Re: T5: trouble with OrderedConfiguration

2008-02-07 Thread Will Norris
*sigh*... ignore the idiot in the corner. It *was* adding my handler before this one... I just didn't realize there was another handler I needed mine to be *after*. One extra constraint later, and all is good. :-\ -will On Feb 6, 2008, at 10:10 PM, Will Norris wrote: I'm running into a

Re: T5: trouble with OrderedConfiguration

2008-02-06 Thread Will Norris
On Feb 6, 2008, at 10:10 PM, Will Norris wrote: If I add the same method (changing the configuration ID slightly), it works just fine. err, that should be... If I add the same method to my application, it works just fine. I only have the problem when contribution is made exclusively fro

T5: trouble with OrderedConfiguration

2008-02-06 Thread Will Norris
I'm running into a problem where I am unable to properly order contributions based on the order in which two modules are loaded. I am using Robin Helgelin's Tapestry5-Acegi along with my own module Tapesty-Shib which adds my own HttpServletRequestHandler. In my module, I have the followin