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 in the same java package, only one of them will be used and apply to all action classes in the same package. BR, Yenwen Feng On Sat, Mar 8, 2008 at 6:06 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > 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 be possible to place the annotation at the package level so it > applies to all actions. I don't recall and haven't used it myself. > > Hope that helps, > Jeromy Evans > > [EMAIL PROTECTED] wrote: > > 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 pattern (zero configuration) will support > > interceptor in the 2.1 release version ? > > And I'd like to know if there is a date about the availlability of the > 2.1 > > release? > > > > Thanks in advance. > > Meissa > > > > L'integrite de ce message n'etant pas assuree sur internet, Natixis ne > peut etre tenu responsable de son contenu. Toute utilisation ou diffusion > non autorisee est interdite. Si vous n'etes pas destinataire de ce message, > merci de le detruire et d'avertir l'expediteur. > > Ensemble, faisons un geste pour l'environnement : n'imprimons nos mails > que si necessaire > > > > The integrity of this message cannot be guaranteed on the Internet. > Natixis can not therefore be considered responsible for the contents. Any > unauthorized use or dissemination is prohibited. If you are not the intended > recipient of this message, then please delete it and notify the sender. > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.516 / Virus Database: 269.21.6/1316 - Release Date: > 6/03/2008 6:58 PM > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >