Re: struts 2.1.6 verbose logging

2009-03-28 Thread Dave Newton
Musachy Barroso wrote: yeah I was thinking about that when I was writing that email, you out there Matt? :) I tweeted him and he said he might have to write a followup now ;) Dave - To unsubscribe, e-mail: user-unsubscr...@s

Re: struts 2.1.6 verbose logging

2009-03-23 Thread dusty
I demand a new Rabile post that declares Struts2 no longer sucks. Musachy Barroso wrote: > > yeah I was thinking about that when I was writing that email, you out > there Matt? :) > > musachy > > On Fri, Mar 20, 2009 at 10:23 AM, Dave Newton > wrote: >> Musachy Barroso wrote: >>> >>> I didn

Re: struts 2.1.6 verbose logging

2009-03-20 Thread Musachy Barroso
yeah I was thinking about that when I was writing that email, you out there Matt? :) musachy On Fri, Mar 20, 2009 at 10:23 AM, Dave Newton wrote: > Musachy Barroso wrote: >> >> I didnt explain what the fix does, there is a new setting >> "struts.el.throwExceptionOnFailure" which when set  to tru

Re: struts 2.1.6 verbose logging

2009-03-20 Thread Dave Newton
Musachy Barroso wrote: I didnt explain what the fix does, there is a new setting "struts.el.throwExceptionOnFailure" which when set to true, will cause missing properties, or exceptions thrown from OGNL expression evaluations, to throw an exception and "break" the page. This will only happen in

Re: struts 2.1.6 verbose logging

2009-03-19 Thread Musachy Barroso
I didnt explain what the fix does, there is a new setting "struts.el.throwExceptionOnFailure" which when set to true, will cause missing properties, or exceptions thrown from OGNL expression evaluations, to throw an exception and "break" the page. This will only happen in S2 tags, not JSTL. Some t

Re: struts 2.1.6 verbose logging

2009-03-19 Thread Musachy Barroso
Patch committed to trunk. https://issues.apache.org/struts/browse/WW-3051 musachy On Wed, Mar 18, 2009 at 3:09 PM, Musachy Barroso wrote: > When a property is not found, it is logged, which causes all those > warnings, as for myself I find them very annoying. I have a patch > somewhere collectin

Re: struts 2.1.6 verbose logging

2009-03-18 Thread Musachy Barroso
When a property is not found, it is logged, which causes all those warnings, as for myself I find them very annoying. I have a patch somewhere collecting dust, that throws exceptions when a property is not found, or there is an error evaluating an expression in a tag. I think we should take that ro