I have a website where the same ActionForm is used more than once in different <html:form ...> areas of the document. The problem is things are getting confused when I try and access form values (hidden or text) via Javascript. It complains that document.toolsMenuForm.contentid has no properties. In the old world I would just name the forms differently so they would be unique in the document.

Is it possible to use the same ActionForm more than once in a document? If so how?

Later, ajTreece




--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to