I had a dropdown box that in turn changed another field but this wouldn't work if the user left a text field blank. As I only needed the validation to occur when they did the final submit for the page, I used Javascript to perform the submit from the drop-down which gets around the client-side validation.
Perhaps the solution to your problem lies in that direction? -----Original Message----- From: jose luis sanchez [mailto:joseluis.sanc...@m-centric.com] Sent: 14 July 2009 10:01 To: Tapestry users Subject: Multiple submit button and client validations 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org