Olá pessoal,
Qdo tento chamar minha Action a partir do meu jsp estou tendo o seguinte erro:
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Request[/coletaManual] does not contain handler parameter named ‘userAction’. This may be caused by whitespace in the label text.
org.apache.struts.actions.DispatchAction.unspecified(DispatchAction.java:222)
org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:256)
org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
Meu jsp esta assim:
<html:form styleId=“coletamanual” action=“coletaManual.do” enctype=“multipart/form-data”>
|