Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
ld do the same thing, right? This is not the case. Any ideas? -- View this message in context: http://www.nabble.com/Problem-with-result-returning-from-interceptor-tp25075486p25399579.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
s 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. /admin/funkycool.action -- View this message in context: http://www

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
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. -- View this message in context: http://www.nabble.com/Problem-with-result-returning-from-interceptor-tp25075486p25399254.html Sent from the Stru

Re: Problem with result returning from interceptor

2009-09-11 Thread jcllings
erceptor. Jim C. -- View this message in context: http://www.nabble.com/Problem-with-result-returning-from-interceptor-tp25075486p25399111.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscrib

Re: Problem with result returning from interceptor

2009-09-09 Thread ManiKanta G
:32 PM, wrote: > > 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 > Se

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

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

Problem with result returning from interceptor

2009-08-21 Thread ManiKanta G
Hi, In my application actions are distributed into several namespaces using Conventions plugin. When a request come for an action in a namespace (other than default one, say, myapp/admin/action-name), and when there is no user session found, I m returning 'login', which is configured as global-res