Issue Details (XML | Word | Printable)

Key: WW-684
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Mathias Bogaert
Reporter: Bob Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Default action class and result name.

Created: 24/Nov/04 11:29 PM   Updated: 26/Nov/04 06:45 AM
Component/s: Configuration
Affects Version/s: None
Fix Version/s: 2.1.7


 Description  « Hide
If you don't specify a class on <action/>, it defaults to ActionSupport. If you don't specify a name on <result/>, it defaults to "success".

<action name="ViewXxx" class="...ActionSupport">
<result name="success" type="dispatcher">xxx.jsp</result>
</action>

could be rewritten as:

<action name="ViewXxx">
<result type="dispatcher">xxx.jsp</result>
</action>


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Mathias Bogaert added a comment - 26/Nov/04 06:45 AM
This was already reported for XWork and has been fixed. Will be included in XWork 1.0.4.