You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ashish <as...@samarthinfo.com> on 2013/04/03 20:40:16 UTC

Reset Form values from action class - struts 1.2

Hi
What is the best way to rest form values from Action class, for example i have
an application where users adds data from a webpage and redirected to the same
page when data is inserted successfully,
i tried form.reset(...) method but it is not working, is there any other way to
do so

Ashish

Re: Reset Form values from action class - struts 1.2

Posted by Dave Newton <da...@gmail.com>.
Define "not working"- how did you implement it?

Dave
 On Apr 3, 2013 2:40 PM, "Ashish" <as...@samarthinfo.com> wrote:

> Hi
> What is the best way to rest form values from Action class, for example i
> have
> an application where users adds data from a webpage and redirected to the
> same
> page when data is inserted successfully,
> i tried form.reset(...) method but it is not working, is there any other
> way to
> do so
>
> Ashish