posted 19 years ago
There is a mechanism in javascript for disabling the javascript validation. I don't remember the specifics, but if you code an <html:cancel/> or <html:reset/> button, you can find out. Just use your browser's "view source" function to look at the rendered version of the html, and you will see how it's done. Once you've learned the process, you can remove the <html:cancel> buttton and apply the same process to your button.