Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7739563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:33:21+00:00 2026-06-01T08:33:21+00:00

I have a login page. When the user enters valid Username and Password another

  • 0

I have a login page. When the user enters valid Username and Password another page should be displayed. I check the username and password in processAction method. How can I forward to another jsp from processAction?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:33:22+00:00Added an answer on June 1, 2026 at 8:33 am

    you need to use like this..

    String myjsp;
    public void init() {
            editJSP = getInitParameter("edit-jsp");
            helpJSP = getInitParameter("help-jsp");
            viewJSP = getInitParameter("view-jsp");
            //write your jsp page name 
            myjsp = getInitParameter("myjsp-jsp");
    
        }
    

    //method to call jsp

    protected void include(
                String path, RenderRequest renderRequest,
                RenderResponse renderResponse)
            throws IOException, PortletException {
    
            PortletRequestDispatcher portletRequestDispatcher =
                getPortletContext().getRequestDispatcher(path);
    
            if (portletRequestDispatcher == null) {
                _log.error(path + " is not a valid include");
            }
            else {
                portletRequestDispatcher.include(renderRequest, renderResponse);
            }
        }
    

    //write this method call into action method

    include(myjsp, request, response);
    

    you can call using this method also….

     response.setRenderParameter("jspPage", "/admin/search.jsp");
    

    this is easy and simplest method……..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a login page where user enters Username(textbox), Password(textbox), and location(dropdownlist) then login.
i have a login page so once the user enters the correct details he
I have a teacher login page below where the teacher enters in their username
I have a login.aspx page with custom textbox for username and password i.e. no
I have a login form where the user can login only with the valid
I have a website where the user enters a combinations of login and password
I have a Login page that captures User input like this. MD5calc ss =
I have a login page where I authenticate the user. When the authentication pass,
Scenario: I have a login page which uses ajax to validate a user and
I have created a user login page and am using Forms Authentication. Users are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.