That standard <html:submit> creates an html object with the default property name "submit". Then, anywhere on the form, the call "document.forms[0].submit()" attempts to reference the PROPERTY submit (and errors out), and not the FORM ACTION.
Of course, the way around this is to use the "property" id in the <html:submit> taglib. But, it took several hours to figure out why some of our did not work. Should/Could the taglib create a different name by default? Thanks, John Collard [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

