1 Reply Latest reply on Nov 5, 2005 3:01 AM by tom.baeyens

    decision: action and handler

    pjmvn

      hi all.
      i have an problem, please reply for me.
      in decission node, with

      <event type="node-enter">
       <action class="...a class, not a decisionhandler...."/>
      .....
      </event>

      i want to call a class in action, not a decissionhandler in:
      <decission>
       <handler class="...not here.."/>
      </decission>


      but i have an error(i can correct this) and my class in action tag is not executed.
      why, do i have some mistakes???