Re: lost form data when validate returns errors Ted Husted wrote: >Dan Tanner wrote: >> I'm having the problem of losing form data when my action class returns >> errors. The error displays properly, but I lose all the form data. > >If you are talking about form data that is generated by an Action, and >not passed back through the HTTP request, then you may need to specify >an Action for the input property, so it can generate it again, instead >of going straight back to the JSP.
If this happens then all the user data will be lost which the user may have entered. What is the best way of passing this data to the action which generates the page. Any valid data the user entered into the form I want to keep and have this valid data used to partially populate the form. -- Cheers Tony --------------------------------------------------------------------- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>