Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Release 1.6
-
Fix Version/s: None
-
Component/s: ActionBean Dispatching
-
Labels:
-
Environment:All
Description
This seems minor, but it would be really nice to have a nice default for ForwardResolution that would derive the requested view from the name of the Action Bean and the requested event. All normal Resolution behavior would be the same, but if a ForwardResolution is created with the default constructor it would set the view path to something like "/action/event.jsp" and could even make it configurable to have a default prefix for the view path so if you wanted to store all of your jsps in one folder like "/WEB-INF/jsp" then it would create paths like "/WEB-INF/jsp/action/event.jsp"
This would mean less code for people and less hard coded paths for people to break.