When I use a dynamic transition target like
STS web flow validator reports an error like:Code:<transition on="back" to="#{myFlowAction.breadcrumbBack(myFlowBean)}"/>
If I useElement transition references a non-exiting state "#{..."
the STS validator stops reporting that error, but I run in an exception:Code:<transition on="back" to="${myFlowAction.breadcrumbBack(myFlowBean)}"/>
Can we switch the EL? (and if so - to what?) Or can we reconfigure the STS SWF validator?Cannot find state with id '${myFlowAction.breadcrumbBack(myFlowBean)}'
Thank you for any suggestion.
Regards.


Reply With Quote
