Same problem here... I'm using Spring Web Flow 2.3.0...
I my webflow-config.xml I have this:
<webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry">...
Type: Posts; User: leonardbutz; Keyword(s):
Same problem here... I'm using Spring Web Flow 2.3.0...
I my webflow-config.xml I have this:
<webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry">...
Hi Folks!
I have four lists in my webflow, which I load from my service layer. They look like this one:
<evaluate expression="partyService.getPostalAddresses()"...