captain_rhino wrote
> 
> In my onvalidate I attempt to change a different form value from one that
> I was validating (reset it to blank) but the field always displays the
> original form value) and not blank as I would wish.  Can anyone suggest
> anything obviously wrong?  thx in adavnce
> 

Tapestry holds the values entered by the user in the ValidationTracker until
validation is successful - on validation errors the values are taken from
there. This is done because otherwise you would need not mark all form
values as @Persist("flash").

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/OnValidate-reset-form-values-on-error-tp5482780p5483288.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to