I have this line of code in my JSP. (I\'m using struts 1.3)
. . .
When the act
Try this: method="POST".
method="POST"
The standard specifically states that method can have the value GET | POST (note the caps).