Is anyone familiar with the following exception " Cannot retrieve mapping for action /" From what I understood, it is related to the definition of the forum tags, but I don't know how to solve the problem.
Here is the code of hello.jsp where the forum is defined.
<html:form action="/userAction.do" method="post"> <br><br> <html:submit value="Submit" property="Submit"/> <html:reset value="Reset"/> <hr>bean0<br> Enter new value for bean0.firstName : <html:text property="firstName"/><br> Value of bean0.firstName is : <jsp:getProperty name="bean0" property="firstName" /><br> Enter new value for bean0.lastName : <html:text property="lastName"/><br> Value of bean0.lastName is : <jsp:getProperty name="bean0" property="lastName" /><br> <hr><br> </html:form> </body> </html:html>
Any help is appreciated.
Thanks,
Chen
Fisher Daniel
Ranch Hand
Joined: Sep 14, 2001
Posts: 582
posted
0
Hi Chen Rcy, I suggest you to exclude "/" at action attribute in html:form. Example