RE: Convention plugin and struts.xml

2010-06-13 Thread Altenhof, David Aron
3, 2010 2:36 AM To: Struts Users Mailing List Subject: Re: Convention plugin and struts.xml Hi David, if You want to change the interceptor stack read this: http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html Best greetings, Paweł Wielgus 2010/6/13 Altenhof, David Aron :

Re: Convention plugin and struts.xml

2010-06-12 Thread Paweł Wielgus
Hi David, if You want to change the interceptor stack read this: http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html Best greetings, Paweł Wielgus 2010/6/13 Altenhof, David Aron : > > Hi all, > >     I've been trying to find the answer to what I thought was a fairly

Convention plugin and struts.xml

2010-06-12 Thread Altenhof, David Aron
Hi all, I've been trying to find the answer to what I thought was a fairly basic question. I'd like to add some package-level configuration to packages created by the convention plugin ... things like changing the default interceptor stack and inplementing global exception handling. Howev

Re: Mixing the convention plugin and struts.xml

2010-02-16 Thread anthony
Lukasz Lenart googlemail.com> writes: > > 2010/2/16 Anthony So gmail.com>: > > All this said, I am unclear as to how I would go about defining a > > package node in struts.xml that would extend the convention-default > > (which extends struts-default), and then define global-exceptions and > >

Re: Mixing the convention plugin and struts.xml

2010-02-16 Thread Lukasz Lenart
2010/2/16 Anthony So : > All this said, I am unclear as to how I would go about defining a > package node in struts.xml that would extend the convention-default > (which extends struts-default), and then define global-exceptions and > global-mappings nodes that apply to all of my classes within tha

Mixing the convention plugin and struts.xml

2010-02-16 Thread Anthony So
I have been utilizing the Convention plugin within Struts 2.1.8.1 While I can get the exceptions mappings to work on a class level, I was wondering if there were a way to get a global exception handler to work on the package level as traditionally defined within the package node of struts.xml Be