Hi all.
I have a form with two grid components inside.

i fill every grid with data input from several textfields, using its own submit button.


Name Surname <AddUserButton>
[ GRID ]

CarPlate CarName <AddCarButton>
[ GRID ]


Every field has required validation constraints, and this is the problem.

When i hit whichever 'addXX' button, i insert those fields inside the grid, BUT the client validation for the other textfields do not allow me to insert it.

Is there another solution than to split this page into 2 pages ?


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

Reply via email to