Re: [S2] Action-specific interceptor config sanity check needed.

2008-01-05 Thread Dave Newton
Never mind :( (Apparently actually reading the stack trace can be handy sometimes.) Don't like it, though, and if nobody has any strenuous objections, I'd like to fix it. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Howdy, > > > > #{'cool': 'map'} > > ... etc ... > > > Generates

[S2] Action-specific interceptor config sanity check needed.

2008-01-05 Thread Dave Newton
Howdy, #{'cool': 'map'} ... etc ... Generates an NPE on startup. If I switch to: #{'cool' : 'map'} alias1_input it works as expected. Note that if I use "defaultStack" instead of "basicStack" in the second example it breaks, but at runtime w/ an OGNL exception. I'm