Re: Global Exceptions with Convention Plugin

2009-09-17 Thread Paweł Wielgus
Hi again, yes i do define struts.convention.default.parent.package=default but in order to have all action mapping created by convention added parent package "default" so that i can use this in my security interceptor. Who knows, maybe it's corelated, i don't know. But what i know for sure is dou

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread RogerV
Paweł Wielgus wrote: > > Hi Roger, > i'm using convention in all my actual projects, > i also use global result with no problems like this: > >name="login-input">/WEB-INF/pages/login-input.jsp > > > Best greetings, > Paweł Wielgus. > Hi Pawel Do you define to

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread Paweł Wielgus
Hi Roger, i'm using convention in all my actual projects, i also use global result with no problems like this: /WEB-INF/pages/login-input.jsp Best greetings, Paweł Wielgus. 2009/9/17 RogerV : > > > > Wes Wannemacher wrote: >> >> The conventions plugin has a var

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread RogerV
Wes Wannemacher wrote: > > The conventions plugin has a variable (constant) that you have to set > so that your conventions actions extend a package other than > conventions-default... It is toward the bottom of the page of the > conventions plugin docs. > I've now amended my struts.xml (belo

Re: Global Exceptions with Convention Plugin

2009-09-11 Thread Wes Wannemacher
The conventions plugin has a variable (constant) that you have to set so that your conventions actions extend a package other than conventions-default... It is toward the bottom of the page of the conventions plugin docs. -Wes On Fri, Sep 11, 2009 at 2:22 AM, RogerV wrote: > > Hi > > My project