Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
jcllings wrote: > > OK, I was able to get the config-browser to display the result. Is it OK > to use chain, as I have below? All I'm really trying to do is force the > user to a specific page but I have to call an action to populate tables > and list boxes and stuff on that page. > >

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
jcllings wrote: > > Hmmm on second thought, perhaps if it is a global-result, you should > be able to see it on all actions? Just a guess because I don't see that > in my case. > > Jim C. > OK, I was able to get the config-browser to display the result. Is it OK to use chain, as I have

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
jcllings wrote: > > I don't think the config-browser can be used like this. I have to select > an > action in order to see the results returned and this isn't an action. It's > an interceptor. > > Jim C. > Hmmm on second thought, perhaps if it is a global-result, you should be able to

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
Check it out with the config-browser -- you should see on the results tab if your login result is really there. Chris I don't think the config-browser can be used like this. I have to select an action in order to see the results returned and this isn't an action. It's an interceptor. Jim

Re: Problem with result returning from interceptor

2009-09-09 Thread ManiKanta G
Hi, Sorry for my late reply. Yes I m setting the parent package property to the default s2 package (not class package). *struts.xml* *s2-default.xml*

Re: Problem with result returning from interceptor

2009-08-21 Thread musomesa
Check it out with the config-browser -- you should see on the results tab if your login result is really there. Chris -Original Message- From: ManiKanta G To: Struts-User Sent: Fri, Aug 21, 2009 3:36 am Subject: Problem with result returning from interceptor Hi

Re: Problem with result returning from interceptor

2009-08-21 Thread Wes Wannemacher
The conventions plugin reads a property called - struts.convention.default.parent.package Are you setting this property to the package that declares the global-result? -Wes On Fri, Aug 21, 2009 at 3:36 AM, ManiKanta G wrote: > Hi, > > In my application actions are distributed into several names