WebWork 2 : Form tag
This page last changed on Dec 14, 2004 by casey.
<ww:form />An HTML form.Sample Usages <ww:form name="'myForm'" action="'submit.action'"> ... </ww:form> <ww:form name="'myForm'" action="'submit'" namespace="'/foo'"> ... </ww:form> Attributes
Note: The action attribute works in two different ways. The original (and deprecated) format is shown in the first sample usage. The newer format allows you to specify just the action name (as well as a namespace, if there is one) as defined in xwork.xml. This is required if you wish to do any form of Client-Side Validation |
![]() |
Document generated by Confluence on Dec 14, 2004 16:36 |