there's nothing special about a struts form, really - just the plumbing in the backend. Anything on the front-end, client-side, should work as it would with any other server-side infrastructure. What exactly isn't working? If you've created a form with the <html:form> tag, that's tied to an ActionForm/Action, then your form is named the same as your ActionForm, in which case something like:

document.<ActionForm Name>.submit();

may do the trick ...

bort wrote:

Hi

How would I go about submitting a struts form from outside of it?  I've
tried using javascript's submit() function, but that doesn't seem to be
supported by the struts form.

Does anyone know how I could do this?

TIA




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




-- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to