mitch gorman wrote:
> <s:url id="homeurl" action="goHome" />
> <s:form id="gohome">
>       <s:textfield label="enter some data" name="data" />
> </s:form>
> <s:a href="%{#homeurl}" formId="gohome" >Go home</s:a
    actually, the form doesn't need to use struts tags, there... could
just be a plain html form.  just so long as the form tag has the id
attribute set, and that id is used in the s:a tag, it'll work.

Reply via email to