2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>: > > Error log > StandardWrapperValve[action]: Servlet.service() for servlet action threw > exception > javax.servlet.ServletException: Request[/usuarioList] does not contain > handler parameter named 'method'. This may be caused by whitespace in the > label text.
You are not using DispatchAction correctly: you forgot to put the "method" parameter (or, possibly, you need a simple action :-) ). See: http://struts.apache.org/1.3.8/apidocs/org/apache/struts/actions/DispatchAction.html Antonio P.S. Spring has not anything to do with this problem.