posted 20 years ago
Hello all:
I am trying to create a simple login action for my website.
I have a login.jsp page that finds the users credentials, and if valid,
saves the users object in the HttpSession.
Here is my code for the login action:
And the corresponding ActionMapping in my struts-config.xml:
And the corresponding form-bean declaration:
This is the many attempts to try to retrieve the "user" object:
I always seem to get that the attribute,"user", is never set, therefore not being able to be retrieved.
Can anyone help me?
Thanks
Zak