I have a page that has both a client side required validation and server
side validation.

I also need a Cancel button to return to different page.

I have two problems with this page.

The first problem is when I  try to use the submitMode parameter to turn
off client side validation.

<t:submit t:id="cancel" value="Cancel" SubmitMode="CANCEL" />

This doesn't work.  The client side required validation message still comes
up.

The second problem is when I supply a value and click the cancel button.

According to the submit documentation the Selected event should trigger
before the Validate event.  But in my case the Validate event happens first
and re-displays the page with the validate errors.  I need the Selected
event to happen first so I can bypass the server side validation and switch
to another page.


Michael Williamson
Analyst Sr Applications Developer
Phone: 816/997-5994


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

Reply via email to