Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
was logged in successfully, the browser address bar says http://localhost:8080/projektseminar/rating/Rate; and the log messages from the Rate action say that there was no staffResourceId parameter set. Why is that? cu mathias -- View this message in context: http://www.nabble.com/Problem

Re: Problem with LoginInterceptor

2009-07-20 Thread Nils-Helge Garli Hegvik
/Rate; and the log messages from the Rate action say that there was no staffResourceId parameter set. Why is that? cu mathias -- View this message in context: http://www.nabble.com/Problem-with-LoginInterceptor-tp24565562p24565562.html Sent from the Struts - User mailing list archive

Re: Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
org.apache.catalina.startup.Catalina start INFO: Server startup in 1942 ms - So obviously the additions Interceptors cannot be found. Where are they defined?? cu Mathias -- View this message in context: http://www.nabble.com/Problem

Re: Problem with LoginInterceptor

2009-07-20 Thread Dave Newton
mathias-ewald wrote: the additions Interceptors cannot be found. Where are they defined?? My first guess would be that you're using Struts 2.1+ and the reference material you're using is for Struts 2.0. Interceptors are now named using camelCase: modelDriven, servletConfig, etc. (or whatever

Re: Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
/interceptors --- The errors about unfindable interceptors disappeard. But still, the parameter is not preserved. Any suggestions? cu mathias -- View this message in context: http://www.nabble.com/Problem-with-LoginInterceptor-tp24565562p24570331.html Sent

Re: Problem with LoginInterceptor

2009-07-20 Thread mailtolouis2020-struts
: Problem with LoginInterceptor Hi, yes I am using the latest version of struts2. Most likely the tutorials I used refer to other versions. I set the struts.xml as follows: --- interceptors interceptor name=login class

Re: Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
From: mathias-ewald nitehoax...@gmx.net To: user@struts.apache.org Sent: Monday, July 20, 2009 2:53:39 PM Subject: Re: Problem with LoginInterceptor Hi, yes I am using the latest version of struts2. Most likely the tutorials I used refer to other versions. I set the struts.xml as follows

Re: Problem with LoginInterceptor

2009-07-20 Thread mailtolouis2020-struts
: mathias-ewald nitehoax...@gmx.net To: user@struts.apache.org Sent: Monday, July 20, 2009 3:17:47 PM Subject: Re: Problem with LoginInterceptor Hi, so what do you suggest? Isn't there any way to do that? cu mathias mailtolouis2020-struts wrote: I don't think it will preserve your parameter

Re: Problem with LoginInterceptor

2009-07-20 Thread Paweł Wielgus
: Problem with LoginInterceptor Hi, so what do you suggest? Isn't there any way to do that? cu mathias mailtolouis2020-struts wrote: I don't think it will preserve your parameter by default, I might be wrong, if it do, then that is another magic in S2 I didn't know that. For what I