I have a login page which has form called logonForm which will be
validated, I need this form data to presist and the traditional way
would be to put into the session. In the struts-config I set the scope
of the form to session but that actually results in the form not being
able to validate properly , regardless of whether the form on the page
was filled out. With this I keep getting validation errors and the
errors would snowball on the page. If I set the scope in the
struts-config to request then things are ok. Can anyone help ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

