1 Reply Latest reply on Jul 8, 2007 7:07 AM by pmuir

    Question: seam jPDL

    xinhua

      hi,
      the "expression" attribute for "decision" tag is very nice :

      <decision name="decision1" expression="#{xx.xxx}">

      but now, i want to create a n-way decisioin in a custom node, can i use
      <node name="node1" expression="#{xx.xxx}"> ?


      if not, how can i get ExcuteContext so that i can use
      ctx.leaveNode(ctx, "big amounts");


      thanks for any help :)