Hi everybody,
I'm working on an application in SWF 2.0. For reasons of performances,
i have recently changed my flow executor with this parameter.
Since i've done it, each jsp including a form is not working (before the createFormObject method) causing the following exception :FlowExecutionExceptionPHP Code:<webflow:always-redirect-on-pause value="false"/>
Cause : [Ljava.lang.String; cannot be cast to java.lang.String
It seems that the request is transmitting a different kind of maps with arrays of parameters and not parameters anymore.
How can I modify my form in order to make it working again ?
Thanks.




Reply With Quote
