Re: OnValidate and OnSuccess

2008-03-19 Thread Martin Kersten
Praise Tapestry! I guessed the solution just by intuition. To retrieve the new value you just need to introduce a parameter. Field validation is done before setting actual properties. I read the documentation but I missed the parameter of onValidate. http://tapestry.apache.org/tapestry5/tapestry-

Re: OnValidate and OnSuccess

2008-03-19 Thread Olivier Jacquet
Hi, I ran into this issue as well. onValidate() is actually called multiple times. Try it with onValidateFromNewItem(). I can't check if that's how I solved it here. Regards, Olivier On Wed, 19 Mar 2008 11:39:55 +0100, "Martin Kersten" <[EMAIL PROTECTED]> wrote: > Having a simple form cont