If the form is submitted then most likely some error occurs during validation which prevents the submit to be prevented.
You can set the debug-option to true to always prevent the form submit. Otherwise: Please post a testpage. Jörn On Mon, May 19, 2008 at 10:15 PM, juro <[EMAIL PROTECTED]> wrote: > > Hi, > I am still struggeling with the my problem with the form although the > validation fails. I believe that this is because I have the action > attribute defined in the form. > Can this cause the form to be submitted although not validated? >