0 Replies Latest reply on Dec 3, 2008 8:58 PM by balazska

    pages.xml: end-conversation and create-process tag in a same rule tag error

    balazska

      I trying to use this:
      <navigation>
      <rule if-outcome="confirm">
      <end-conversation before-redirect="true" />
      <create-process definition="shopProcess" /> 
      </rule>
      </navigation>

      This combo work fine, but the eclipse is indicate an xsd error, because: end-conversation and create-process tags are incompatible?

      hy.