Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
HTML
HTML
<s:form id="form" action="AjaxTest">
  <input type="textbox" name="data">
  <s:a theme="ajax">Submit form</s:a>		
</s:form>
Warning
titleSubmit Anchor inside a form

If the submit anchor tag is inside a form, the "onsubmit" event of the form will be canceled.

...