I see that in spring webflow you can use dynamic expression for the view
<view-state id="error" view="error-#{externalContext.locale}.xhtml" />
Can I do the same for evaluate ? Something like:
<evaluate expression="#{variable}Controller.processData()" />
Thanks in advance for your help.