Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
Description
Hi in:
http://struts.apache.org/2.x/docs/using-tags.html
In the Logon.jsp code
The line:
<s:form action="Login">
should be:
<s:form action="Logon">
as in the next page
http://struts.apache.org/2.x/docs/coding-actions.html
The ActionSupport class: "Logon.java" is created.
Also, in the same page (coding-actions.html) the word "passowrd" should be fixed.