Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-574

ActionButton and ActionLink UI tags

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Plugin - Tags
    • None

    Description

      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>

      Attachments

        Activity

          People

            lukaszlenart Lukasz Lenart
            skaffman Kenny MacLeod
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: