Re: Request and parameters are null

2007-06-13 Thread Dave Newton
--- Rusty Spoone <[EMAIL PROTECTED]> wrote: > How do I add the interceptors that handle setting > data into my action? http://struts.apache.org/2.x/docs/interceptors.html d. Yahoo! oneSearch: Finally,

Re: Request and parameters are null

2007-06-13 Thread Rusty Spoone
Yes. There is only one interceptor which is the one I defined. So this must sound like a silly question. How do I add the interceptors that handle setting data into my action? On 6/13/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Rusty Spoone wrote: > Hi all. I have a Login action that

Re: Request and parameters are null

2007-06-13 Thread Laurie Harper
Rusty Spoone wrote: Hi all. I have a Login action that gets intercepted by non other than LoginInterceptor. In the interceptor the username and password are checked. I can even print them in the logs to see that they are really there. The interceptor returns return invocation.invoke(); Then in

Request and parameters are null

2007-06-13 Thread Rusty Spoone
Hi all. I have a Login action that gets intercepted by non other than LoginInterceptor. In the interceptor the username and password are checked. I can even print them in the logs to see that they are really there. The interceptor returns return invocation.invoke(); Then in the Login action us