On Mon, 18 Feb 2008, Federico Fanton wrote:
> I have an Ajax "editable table" made with rows of custom components
> similar to AjaxEditableLabel, that while in "edit mode" use a behavior
...
> Any hint on how I could handle this? Should I put a flag somewhere? Or
> maybe there's a way to stop the second request when my EditorBehavior
> finds a validation error?

We have done something similar with OnChangeAjaxBehavior and
keeping in some component or validator the state of 
validities of each FormComponent. When everything is valid,
the whole form can be submitted.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to