Search:

Type: Posts; User: lisadesouza89; Keyword(s):

Search: Search took 0.02 seconds.

  1. Decision state with variable "then"

    Is it possible to do something like this?



    <decision-state id="checkDestState">
    <if test="goToState != ''" then="${goToState}" else="goelsewhere"/>
    </decision-state>

    ...
  2. Replies
    8
    Views
    2,777

    OMG, i can't believe i was stuck with the same...

    OMG, i can't believe i was stuck with the same problem for so long!! and I know this post is like a year later, but THANX! :D
  3. Replies
    1
    Views
    837

    dataModel conversion to and from

    When my evaluate returns a generic List<BillItem>:


    <evaluate expression="billingService.clearAddItems()" result="flowScope.itemToAddList" result-type="dataModel"/>

    Now suppose I want to pass...
  4. Suppose i have something like:

    Suppose i have something like:

    <evaluate expression="billingService.deleteItems(flowScope.itemToAddList)" result="flowScope.itemToAddList" result-type="dataModel"/>

    where I send a list to the...
Results 1 to 4 of 4