Re: Package extends

2008-03-04 Thread stanlick
ot;fu" > perhaps you are introducing differing namespaces and causing a mismatch? > > provided we're not seeing anything company proprietary can we see the > struts.xml declaration for both packages? > > ? > Martin- > - Original Message - > From: <[EMA

Re: Package extends

2008-03-04 Thread Martin Gainty
Sent: Tuesday, March 04, 2008 3:15 PM Subject: Re: Package extends > Does anyone know what the expectations are given this scenario? All I hear > are crickets... > > On Mon, Mar 3, 2008 at 8:12 PM, <[EMAIL PROTECTED]> wrote: > > > config-browser doesn't deserve to

Re: Package extends

2008-03-04 Thread Wes Wannemacher
Scott, I looked on the wiki, and it doesn't get real specific. I would load up config-browser as well as looking through the XWork2 code to see how it should work. If you get it figured out, let me know, or leave a comment on the wiki so that we can update the docs in case someone else finds themse

Re: Package extends

2008-03-04 Thread stanlick
Does anyone know what the expectations are given this scenario? All I hear are crickets... On Mon, Mar 3, 2008 at 8:12 PM, <[EMAIL PROTECTED]> wrote: > config-browser doesn't deserve to be exposed to the binary mess I have > created! I have refactored this Struts 2 application into oblivion. I

Re: Package extends

2008-03-03 Thread stanlick
config-browser doesn't deserve to be exposed to the binary mess I have created! I have refactored this Struts 2 application into oblivion. If package D extends packages A, B, and C and package A has a custom default-interceptor defined, shouldn't package D inherit this stack? I am having to dupl

Re: Package extends

2008-03-03 Thread Wes Wannemacher
Scott, Would it help if you dropped the config-browser into the app and saw how badly you have it mangled ;) -Wes On Mon, 2008-03-03 at 18:58 -0600, [EMAIL PROTECTED] wrote: > I am knee deep in a problem where I have looked at it so long that I am > nearly wrapped around the axle. Before I get

Package extends

2008-03-03 Thread stanlick
I am knee deep in a problem where I have looked at it so long that I am nearly wrapped around the axle. Before I get into the gory details, what does a package extend when it specifies the extends attribute followed by multiple coma separated packages? I am chiefly interested in a default-interce