|
From: Will B. <wil...@ra...> - 2005-03-23 20:44:10
|
Looks like it was a case of user error... I was using the old "_event" request parameter from the Ervacon web flow. The error message is actually incorrect. It should state "The ... request parameter ... is NOT present in the request..." - Will On Wed, 2005-03-23 at 12:41 -0700, Will Butler wrote: > When returning from a view state, doesn't the view have to pass an > _eventId request parameter back to the flow so it can determine which > transition to make? When doing so, I receive the following error: > > java.lang.IllegalArgumentException: The '_eventId' request parameter (or > '_mapped_eventId' request attribute) is present in the request -- > programmer error? > at org.springframework.util.Assert.hasText(Assert.java:140) > org.springframework.web.flow.support.HttpServletFlowExecutionManager.handleRequest(HttpServletFlowExecutionManager.java:192)... > > Is there something that I am missing here? > > Thanks! > > Will > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |