I'm having trouble trying to cancel out of a form.  I have a cancel button that looks 
like this:

<html:submit title="Cancel" value="Cancel" property="submit" tabindex='24' 
onclick="bCancel=true;"/>

and while the onclick event does cancel out the javascript validation it still goes 
ahead and performs the server-side validation and I get errors saying certain fields 
are required, etc.  I'm using a DynaValidatorForm and my action class inherits from 
DispatchAction.  Anybody have any ideas?


David Stemm

Reply via email to