You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jon Wilmoth (JIRA)" <ji...@apache.org> on 2008/04/19 17:33:05 UTC

[jira] Created: (WW-2606) Add action/namespace attributes to tags

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.


[jira] Updated: (WW-2606) Add action/namespace attributes to tags

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2606:
--------------------------

    Fix Version/s: Future

> 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.


[jira] Closed: (WW-2606) Add action/namespace attributes to tags

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ 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.