Is there a way that I can use "request" scope on an action mapping and have the submitted form bean be returned in the case of errors? What I have is a search form that when its submitted, calls the Validator and the Form Beans validate() method. Can I like set the form bean back into the request or something so that if an validation error occurs, when I forward the user back to the search page to correct it, the values remain intact.
I know this works with the Session scope, but its not something that really belongs in the session. The search for my needs is more of a request by request basis. Thanks in advance. Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]