0 Replies Latest reply on Nov 15, 2006 3:19 PM by nipunbatra

    JAAS login page field value

      Hi

      USing Form based authentication when we go to any secure page, we are redirected to login
      page by server and login page action is j_security_check

      After successfull login server redirects the request to secure page,
      Now on secure page if I try to do
      request.getParamenter("login_page_input_field") I get null.
      Basically I am trying to get form fields values of login page on my first secure page whcih appears after login page.

      Thanks
      Nipun