Chaudhary, Harsh <[EMAIL PROTECTED]> wrote:
Hi, I am using Struts 1.3. We have several struts forms which are pre-populated from a database. My questions is, if I want to provide the user with a way to reset the form to the initial values which were populated from the database.
It sounds like you will be providing a button for this choice. If so, then wire it up to a Struts action which will get the values from the database. Or if those values are cached in application scope, just retrieve those again. Paul