|
From: Will B. <wil...@ra...> - 2005-03-23 19:41:14
|
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 |
|
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 |
|
From: Colin S. <col...@ex...> - 2005-03-23 21:15:59
|
In fact the present code says exactly that, but from HttpFlowExecutionManager, as there's been some refactoring. Will Butler wrote: >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 >> >> > > >------------------------------------------------------- >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 > > |
|
From: Keith D. <ke...@in...> - 2005-03-24 03:45:48
|
I corrected the error typo, thanks! - keith -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Will Butler Sent: Wednesday, March 23, 2005 3:44 PM To: spr...@li... Subject: Re: [Springframework-developer] Spring Web Flow - _eventId 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.handleR equest(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 ------------------------------------------------------- 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 |