Re: struts zero configuration limitations and s2.1 availlability question

2008-03-10 Thread Yenwen Feng
We have found the interceptors hard to use in zero configuration as well. The problem is, the @ParentPackage can't be configured per action based, it can only be applied at package level. (although it's configuration at Action class) In other words, once you have set @ParentPackage more than once

Re: struts zero configuration limitations and s2.1 availlability question

2008-03-08 Thread Martin Gainty
st" Sent: Saturday, March 08, 2008 5:06 AM Subject: Re: struts zero configuration limitations and s2.1 availlability question > Hi Meissa, > > Use the @ParentPackage annotation to name an alternative package for > your action(s). > Create a struts.xml file that sets up ju

Re: struts zero configuration limitations and s2.1 availlability question

2008-03-08 Thread Jeromy Evans
Hi Meissa, Use the @ParentPackage annotation to name an alternative package for your action(s). Create a struts.xml file that sets up just the package and the interceptors it needs. Have a look at this issue and the ones it links to: https://issues.apache.org/struts/browse/WW-2016 It may

struts zero configuration limitations and s2.1 availlability question

2008-03-07 Thread meissa . sakho
Hi all, I've tried to apply the zero configuration in an already well running struts2 application. I've been quickly facing to limitations because the zero configuration seems to ignore interceptors. The interceptors feature is a key concept of my application. I'd like to know if the this patte