[
https://issues.apache.org/struts/browse/STR-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41320
]
Paul Benedict edited comment on STR-1777 at 6/30/07 7:51 PM:
-------------------------------------------------------------
Implemented (although a bit differently than suggested here) by STR-2864 - add
actionId attribute to action mapping
was:
Fixed by STR-2864 - add actionId attribute to action mapping
> Add "action" attribute to <forward>
> -----------------------------------
>
> Key: STR-1777
> URL: https://issues.apache.org/struts/browse/STR-1777
> Project: Struts 1
> Issue Type: Improvement
> Components: Extras
> Affects Versions: 1.1 Final
> Environment: Operating System: other
> Platform: Other
> Reporter: Matt Raible
> Assignee: Paul Benedict
> Priority: Minor
> Fix For: 1.3.8
>
>
> 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.