You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2006/06/10 05:17:20 UTC

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

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

Don Brown updated WW-574:
-------------------------

    Fix Version: Future
                     (was: 2.0.0)

> ActionButton and ActionLink UI tags
> -----------------------------------
>
>          Key: WW-574
>          URL: http://issues.apache.org/struts/browse/WW-574
>      Project: Struts Action 2
>         Type: New Feature

>   Components: Views
>     Reporter: Kenny MacLeod
>     Assignee: 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