-
Jan 3rd, 2009, 06:47 AM
#1
evaluate expression is getting called twice
Hi,
I am using WebFlow 2.0.3.
I have defined my main.xml webflow and have one view state, and on "evaluate expression" I am calling one java function to execute.
Like this
<view-state id="addProgramme" view="addProgramme">
<transition on="saveData" to="programmeDetails">
<evaluate expression="progController.zulCreateProgramme(exte rnalContext,programmeDVO)" result="flowScope.programmeDetails"/>
</transition>
</view-state>
When I am calling transition "saveData" it is executing its "evaluate expression" twice.
please, any help for this?
Thanks a lot in advance for your help
Amit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules