java - Error 400: Request[/editRecordsAction] does not contain handler parameter named -
I am creating a Stretches app and I am using a dispatch action. It was working some time back and now it is closed and catching me. Here is action mapping and action request for one page. This gives mess to an error on all pages that use the sender function. I get this error.
Error 400: In the request [/ editRecordsAction]
console error
[7/28/10 8: 28: 38: 658 CDT] 0000001d Dispatches E. Org.apache.struts.actions.DispatchAction In unspecified request [/ editRecordsAction]
& lt; The action name = "editRecords" does not include the handler parameter named path = "/ EditRecordsAction" type = "ccreports.actions.editRecordsAction" parameter = "parameter" & gt; & Lt; Forwarded name = "editRepViewFwd" path = "jsps / repviewEdit.jsp" & gt; & Lt; / Forward & gt; & Lt; Forwarded name = "edit SUPViewFwd" path = "jsps / supviewEdit.jsp" & gt; & Lt; / Forward & gt; & Lt; Forwarded name = "novaectionfwdd" path = "jsps / newsview.sep" & gt; & Lt; / Forward & gt; & Lt; Forward Name = "Del Rifful" Path = "JSPS / RepV.Edit.Jasp" & gt; & Lt; / Forward & gt; & Lt; Forwarded name = "delSupFwd" path = "jsps / supviewEdit.jsp" & gt; & Lt; / Forward & gt; & Lt; Forwarded name = "delNoFwd" path = "jsps / noviewselect.jsp" & gt; & Lt; / Forward & gt; & Lt; / Action & gt; & Lt; Html: form action = "/ edit records action? Parameter = editSuivuation" & gt;
Thanks for the help.
Your problem is found here "
& lt; html: form action = "/ editRecordsAction? Parameter = editSupViewAction ">
You .do <
form action =" / editRecordsAction.do?parameter
= EditSupViewAction ">
Comments
Post a Comment