Re: unable to get the request parameters

2009-05-12 Thread Murugesh
everything working fine. > >>> > > >>> > > >>> > > >>> > On Tue, May 12, 2009 at 4:27 PM, Nils-Helge Garli Hegvik > >>> > wrote: > >>> > > >>> >> It would certainly be a lot easier

Re: unable to get the request parameters

2009-05-12 Thread Nils-Helge Garli Hegvik
elp if you could show your >>> >> configuration and code... >>> >> >>> >> Nils-H >>> >> >>> >> On Tue, May 12, 2009 at 12:54 PM, Murugesh >>> wrote: >>> >> >  I am doing task on struts2. In tha

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
, May 12, 2009 at 12:54 PM, Murugesh >> wrote: >> >> > I am doing task on struts2. In that I have to use custom >> >> > AutherizationInterceptor. In my custom Interceptor Im checking >> weather >> >> user >> >> > is in session o

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
at 12:54 PM, Murugesh > wrote: > >> > I am doing task on struts2. In that I have to use custom > >> > AutherizationInterceptor. In my custom Interceptor Im checking weather > >> user > >> > is in s

Re: unable to get the request parameters

2009-05-12 Thread Nils-Helge Garli Hegvik
> > AutherizationInterceptor. In my custom Interceptor Im checking weather >> user >> > is in session or not. And if he tries to attempt login I gave parameter >> in >> > struts.xml as true So Im checking against it

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
or. In my custom Interceptor Im checking weather >> user >> > is in session or not. And if he tries to attempt login I gave parameter >> in >> > struts.xml as true So Im checking against it and interceptor redirects >> > action to Home. But my pr

Re: unable to get the request parameters

2009-05-12 Thread Murugesh
; in > > struts.xml as true So Im checking against it and interceptor redirects > > action to Home. But my problem is unable to get the request parameters in > > Any Action class if Session exist too. > > > > please help on this issue. > > > >

Re: unable to get the request parameters

2009-05-12 Thread Nils-Helge Garli Hegvik
gt; is in session or not. And if he tries to attempt login I gave parameter in > struts.xml as true So Im checking against it and interceptor redirects > action to Home. But my problem is unable to get the request parameters in > Any Action class if Session exist too. > > p

unable to get the request parameters

2009-05-12 Thread Murugesh
. But my problem is unable to get the request parameters in Any Action class if Session exist too. please help on this issue.