Hi, I have read through most of the posts on this forum concerning how one would go about getting access to the j_username and j_password values of a logged in user. I followed the instructions here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExtendedFormAuthenticator An example of how I am trying to access the values in my JSP is as follows: | <% | String username = (String) session.getAttribute("j_username"); | String password = (String) session.getAttribute("j_password"); | %> | <p>Username: <%=username%></p> | <p>Password: <%=password%></p> | All is get is "null" for both username and password.... what am I doing wrong? Kind regards, Paul. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947575#3947575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947575 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
