Hi,
I wanted to know if it is possible to set a value entered in a text box to be set in a request as a request attribute in the
jsp itself while submitting. What I mean is this :
I have user name and password fields that the user enters and there are two links to login and registration. If he clicks registration instead of login I want to be able to populate the user name and the password fields in the registration page instead of the user typing it again.
I wanted to know what is the value that I need to set in the request attribute so that the user name entered in the text field is set in the request attribute.
I wanted to know if it is possible?
Thanks,
Samanth.