Description
Struts 1.3 introduced the "actionId" property. This property defines a symbolic name to uniquely identify an action mapping within a module, but furthermore allows the mapping to be symbolically referenced at the view layer (a la tag library support). It's quite real for the URL to now become completely irrelevant when referring to mappings through symbolic names. Struts could generate them automatically through a pluggable strategy.
Attachments
Issue Links
- is required by
-
STR-2085 Allow action attribute to be overridden
- Open