Results 1 to 2 of 2

Thread: evaluate expression is getting called twice

  1. #1
    Join Date
    Apr 2008
    Posts
    3

    Default 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

  2. #2
    Join Date
    Jun 2012
    Posts
    3

    Default

    I am having the same issue did you fine out the reason for the call made twice?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •