Re: DispatchAction - NullPointerException

2005-03-08 Thread Eric Lemle
The execute method can be used to put code that will apply to all the dispatched methods. *--- public class BasicInfoAction extends DispatchAction { private String thing1; private String thing2; public ActionForward execute(Ac

Re: DispatchAction - NullPointerException

2005-03-08 Thread Basile Passe
Hey Rick, Thanks for your reply. On Tue, 08 Mar 2005 10:18:30 -0500, Rick Reumann <[EMAIL PROTECTED]> wrote: > Basile Passe wrote the following on 3/7/2005 12:49 PM: > > > The value of the request parameter named "method" to pick the > > appropriate "execute" method is not valid. But why? struts

Re: DispatchAction - NullPointerException

2005-03-08 Thread Rick Reumann
Basile Passe wrote the following on 3/7/2005 12:49 PM: The value of the request parameter named "method" to pick the appropriate "execute" method is not valid. But why? struts-config.xml is correct and form (JSP) also. Well, not sure exactly what you mean above. I'm assuming since you said it work

DispatchAction - NullPointerException

2005-03-07 Thread Basile Passe
Hello, We use Struts on a oracle based application, the solution is used in production. The webapp is very solicited : 2000 POST Request / Hour (all along the day). I have a problem with the DispatchAction of Struts. Please help me. The error does not appear systematically. It actually works 95% o