Hi All
1) This may be a simple question but i was wondering, can you use more than 1 evaluate tag within an action-state tag? I ask because in the snippet below, only the first evaluate tag seems to be processed by web flow. the second one is simply ignored I am using webflow 2.0.8.
Code:<action-state id="myActionState"> <evaluate expression="mybean.methodOne()"/> <evaluate expression="mybean.methodTwo()"/> <transition to="someView"/> </action-state>


Reply With Quote