Re: Reset struts form values: Struts 1.3

2007-04-25 Thread Lance
as just wondering if Struts (or some other API) has a built-in caching mechanism. Thanks though, Harsh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Tuesday, April 24, 2007 4:55 PM To: Struts Users Mailing List Subject: Re: Reset

Re: Reset struts form values: Struts 1.3

2007-04-25 Thread Mike Baroukh
(or some other API) has a built-in caching mechanism. Thanks though, Harsh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Tuesday, April 24, 2007 4:55 PM To: Struts Users Mailing List Subject: Re: Reset struts form values: Struts

Re: Reset struts form values: Struts 1.3

2007-04-25 Thread Lance
Paul Benedict Sent: Tuesday, April 24, 2007 4:55 PM To: Struts Users Mailing List Subject: Re: Reset struts form values: Struts 1.3 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 questio

RE: Reset struts form values: Struts 1.3

2007-04-24 Thread Chaudhary, Harsh
truts Users Mailing List Subject: Re: Reset struts form values: Struts 1.3 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

Re: Reset struts form values: Struts 1.3

2007-04-24 Thread Paul Benedict
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 l

Reset struts form values: Struts 1.3

2007-04-24 Thread Chaudhary, Harsh
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. Is there any API or method calls for that. Or maybe some kind