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