<div>The following action tag will execute result and include it in this page</div>
<br />
<ww:action name="actionTagAction" executeResult="true" />
<br />
<div>The following action tag will do the same as above, but invokes method specialMethod in action</div>
<br />
<ww:action name="actionTagAction!specialMethod" executeResult="true" />
<br />
<div>The following action tag will not execute result, but put a String in request scope
under an id "stringByAction" which will be retrieved using property tag</div>
<ww:action name="actionTagAction!default" executeResult="false" />
<ww:property value="#attr.stringByAction" />