You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ted Husted (JIRA)" <ji...@apache.org> on 2006/11/21 03:41:57 UTC

[jira] Resolved: (WW-574) ActionButton and ActionLink UI tags

     [ http://issues.apache.org/struts/browse/WW-574?page=all ]

Ted Husted resolved WW-574.
---------------------------

    Resolution: Fixed

I think the UI tags we have now handle these use cases well. 


> ActionButton and ActionLink UI tags
> -----------------------------------
>
>                 Key: WW-574
>                 URL: http://issues.apache.org/struts/browse/WW-574
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>            Reporter: Kenny MacLeod
>         Assigned To: Patrick Lightbody
>             Fix For: Future
>
>
> We've written simple ActionButton and ActionLink tags for use in our application, I think they'd make a good addition to the distribution.
> e.g.
> <ww:actionbutton label="'mylabel'" action="'MyAction'"/>
> would generate
> <input type="button" value="mylabel" onClick="location.href='MyAction.action'"/>
> Similarly:
> <ww:actionlink action="'MyAction'">text here</ww:actionlink>
> would generate
> <a href="MyAction.action">text here</a>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira