Is there any difference between clickling <html:submit>
and calling document.formstruts.submit(), assuming the latter
is the same button?
when i click the <html:submit> button directly, my validate() function in ActionForm class is being run. However, when I called the javascript submit(), it skips the validations.
Are there things i need to set up to get this validate() to fire using the javascript submit()?
~za~
You can't bring back a dead thread!
and calling document.formstruts.submit(), assuming the latter
is the same button?
when i click the <html:submit> button directly, my validate() function in ActionForm class is being run. However, when I called the javascript submit(), it skips the validations.
Are there things i need to set up to get this validate() to fire using the javascript submit()?
~za~
You can't bring back a dead thread!