Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-1777

Add "action" attribute to <forward>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.3.8
    • Extras
    • None
    • Operating System: other
      Platform: Other
    • 23457

    Description

      This enhancement is related to STR-1776. It'd be great if we didn't have to
      tie our struts-config.xml to a specific mapping (/do/* or *.do). If we added an
      "action" attribute in local and global forwards, we could do

      <forward name="success" action="/editUser"/>

      Rather than:

      <forward name="success" path="/do/editUser"/>

      Which obviously expects a particular mapping. These are issues I'm finding with
      switching an application from /do/* to *.html.

      Thanks,

      Matt

      Attachments

        Activity

          People

            pbenedict Paul Benedict
            mraible@apache.org Matt Raible
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: