It's really simple to make a validation tracker!. I'd just make your own one to do what you want. Will take you less than 5 minutes I'm sure!

But yes the tapestry auto tracking thing is a pain in the bum sometimes, I've always struggled with it being too smart and not being able to turn it off easily. Especially with AJAX because it doesn't work as 2 requests like usual tapestry request, so storing the values in a flash variable then resets the form the following request and arrgg!



On 14/06/2013 12:39 AM, Muhammad Gelbana wrote:
I haven't tried this but in your validation method, have you tried clearing
the variable bound to your field ?


On Thu, Jun 13, 2013 at 6:24 PM, Ryon Day <ryon_...@yahoo.com> wrote:

I have a situation where the old form values are absolutely NOT helpful in
any way after a validation failure; I cannot find a way to prevent tapestry
from autofilling the old form values.

Is this a possibility or am I going to have to subclass the validation
tracker implementation to provide value clearing? I do not want to clear
the whole tracker because I want to form to be in error, but I do not want
the old input in the form fields.

Thanks!


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





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

Reply via email to