Re: Chaining Issue With Struts 2.2.1

2010-09-14 Thread Lukasz Lenart
You can put your two cents here https://issues.apache.org/jira/browse/WW-3488 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-mail: user-unsubscr...

Chaining Issue With Struts 2.2.1

2010-09-14 Thread Brice Roncace
I've been using a global-results mapping to chain exceptions to an exception handler action: error /WEB-INF/jsp/error.jsp My errorAction has a setException(Exception ex) method on it expecting the chain interceptor to set this value. This has worked beautifully prior to upg