[ 
https://issues.apache.org/struts/browse/WW-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes Wannemacher closed WW-2606.
-------------------------------

    Resolution: Won't Fix

We're moving away from the dojo integration, so I'm closing this issue. If you 
can provide a patch, reopen the issue and attach it, we'll apply it, but I 
don't think any of the core devs are going to make time for it.

> 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
>             Fix For: Future
>
>
> 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.

Reply via email to