Add action/namespace attributes to tags
---------------------------------------
Key: WW-2606
URL: https://issues.apache.org/struts/browse/WW-2606
Project: Struts 2
Issue Type: Improvement
Components: Plugin - Dojo Tags
Affects Versions: 2.1.1
Reporter: Jon Wilmoth
Priority: Minor
To make the ajax tags a little more easier to use the addition of action and
namespace attributes would decrease the number of tags required to complete the
task of adding ajax behavior to a page. For example:
<s:url id="ajaxTest" action="AjaxTest" namespace="/"/>
<sx:a id="link1" href="%{ajaxTest}" target="div1">Update Content</sx:a>
could be...
<sx:a id="link1" action="AjaxTest" namespace="/" target="div1">Update
Content</sx:a>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.