Issue Details (XML | Word | Printable)

Key: WW-1307
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: tm_jee
Votes: 0
Watchers: 0
Operations

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

form tag doesn't honour actionAlias!method

Created: 07/May/06 12:50 PM   Updated: 07/May/06 02:58 PM
Return to search
Component/s: None
Affects Version/s: WW 2.2.2
Fix Version/s: 2.0.0


 Description  « Hide
Form tag doesn't honour actionAlias!method as action attribute format. see http://forums.opensymphony.com/thread.jspa?threadID=26664&tstart=0 for more details

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
tm_jee added a comment - 07/May/06 02:44 PM
- fixed. The logic that does the actionAlias!method separation is done in the form tag itself.

changes are at :-

Sending core/src/main/java/org/apache/struts/action2/components/Form.java
Sending core/src/test/java/org/apache/struts/action2/views/jsp/ui/FormTagTest.java
Adding core/src/test/resources/org/apache/struts/action2/views/jsp/ui/Formtag-10.txt
Adding core/src/test/resources/org/apache/struts/action2/views/jsp/ui/Formtag-9.txt

Philip Luppens added a comment - 07/May/06 02:58 PM
Great ! Thanks a lot, Toby.