Now i put the Spring to control my actions and they dont work with my method
property, some one know what is happening?
now i use type="org.spring....
struts-config:
        <action
            path="/usuarioList"
            name="usuarioForm"
            type="org.springframework.web.struts.DelegatingActionProxy"
            scope="request" parameter="method"
             >
                <forward name="sucesso" path="/UsuarioList.jsp" />
                <forward name="list" path="/UsuarioList.jsp"/>
                <forward name="edit" path="/UsuarioList.jsp"/>
        </action>




2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>:
>
> ok, i forget to put method on the url, but i really need to put they
> there? they cant take my action name and use this like the method param?
>
> 2007/10/19, Antonio Petrelli < [EMAIL PROTECTED]>:
> >
> > 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.
> >
>
>
>
> --
> Ádamo B. Azambuja
> JEE Developer
> icq: 112102893
> msn: [EMAIL PROTECTED]
> E-Mail 1: [EMAIL PROTECTED]
> E-Mail 2: [EMAIL PROTECTED]
>



-- 
Ádamo B. Azambuja
JEE Developer
icq: 112102893
msn: [EMAIL PROTECTED]
E-Mail 1: [EMAIL PROTECTED]
E-Mail 2: [EMAIL PROTECTED]

Reply via email to