Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: example typo

...

Code Block
HTML
HTML
<div id="div1">Div 1</div>
<div id="div2">Div 2</div>

<s:url id="ajaxTest" value="/AjaxTest.action" />

<s:a theme="ajax" href="%{ajaxTest}" targets="dev1div1,dev2div2">Update divs</s:a>

If the anchor tag is used inside a form (href is not required on this case), the form will be submitted asynchronously:

...