Exactly -- used to work in 2.0.x but must have broken in the transition. Chris
-----Original Message----- From: Dale Newfield <[email protected]> To: Struts Users Mailing List <[email protected]> Sent: Mon, 30 Mar 2009 3:51 pm Subject: Re: ExecuteAndWaitInterceptor not working (2.1.6) [email protected] wrote:? > execAndWait in 2.1.6 gives the following exception when it kicks in: (code > pasted below)? > > > java.lang.UnsupportedOperationException > ??? java.util.Collections$UnmodifiableMap.put(Collections.java:1285)? > ??? > org.apache.struts2.interceptor.ExecuteAndWaitInterceptor.doIntercept(ExecuteAndWaitInterceptor.java:256)? ? Not sure why the problem is occurring, but looking at that section of code suggests having a real "wait" result rather than letting struts auto-build one for you should be a workaround for the bug.? ? -Dale? ? ---------------------------------------------------------------------? To unsubscribe, e-mail: [email protected]? For additional commands, e-mail: [email protected]? ?

