RE: HTML-Reset-botton works only before submit

2005-09-19 Thread starki78
thank you all very much! -- Initial Header --- From : "Wojciech Ciesielski" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Mon, 19 Sep 2005 13:45:56 +0200 Subject : RE: HTML-Reset-botton work

RE: HTML-Reset-botton works only before submit

2005-09-19 Thread Wojciech Ciesielski
> thank you very much for your answer! > But when I validate and I've have a error > I would like that the wrong typing is still > displayed that the user can see what was wrong! > Only after the reset button is clicked the values should be > cleared! > Is there a good possibility? Reset button us

RE: HTML-Reset-botton works only before submit

2005-09-19 Thread starki78
Ciao! -- Initial Header --- >From : "Wojciech Ciesielski" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Mon, 19 Sep 2005 12:41:50 +0200 Subject : RE: HTML-Reset-botton works only before submit > &g

RE: HTML-Reset-botton works only before submit

2005-09-19 Thread Murugesan, Kathiresan \(Cognizant\)
[mailto:[EMAIL PROTECTED] Sent: Mon 9/19/2005 3:47 PM To: user Subject: HTML-Reset-botton works only before submit Hi I've a form with some input-fields and at the first time the html:reset works normally. I submit the form and I've errors that are validated. I'm still at the same p

RE: HTML-Reset-botton works only before submit

2005-09-19 Thread Wojciech Ciesielski
> So my question is: > > Do I jave to use a javascript function? > Is it possible to map > with the reset-method in the ActionForm? > I didn't manage this.Thanks for any advice > > Nice greetings You need to reset form - after submiting form instance with data is still in the request when it's

HTML-Reset-botton works only before submit

2005-09-19 Thread starki78
Hi I've a form with some input-fields and at the first time the html:reset works normally. I submit the form and I've errors that are validated. I'm still at the same page. When I now press the reset button they are not deleted any more. Reset always retrieves the state, that was before the submit