Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
ays "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-with-LoginInterceptor-tp24565562p2

Re: Problem with LoginInterceptor

2009-07-20 Thread Nils-Helge Garli Hegvik
R_HANDLE, user); >                        return true; >                } else { >                        // The user did not successfully log in. Return false. >                        return false; >                } >        } > > } > ----- >

Re: Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
tup.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-with-LoginInterceptor-tp24565562p2456

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
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 from the Struts - User mailing list archive at Nabble.com

Re: Problem with LoginInterceptor

2009-07-20 Thread mailtolouis2020-struts
View this message in context: http://www.nabble.com/Problem-with-LoginInterceptor-tp24565562p24570331.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apach

Re: Problem with LoginInterceptor

2009-07-20 Thread mathias-ewald
27;t expect to come into your url. > > Regards > Louis > > > > From: mathias-ewald > 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 ver

Re: Problem with LoginInterceptor

2009-07-20 Thread mailtolouis2020-struts
From: mathias-ewald 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 b

Re: Problem with LoginInterceptor

2009-07-20 Thread Paweł Wielgus
ion in the session. Once login > success,  you get back the action and invoke it again. > > May be someone can give more better suggestion? > > Regards > Louis > > > > > From: mathias-ewald > To: user@struts.apache.org > Se