1 Reply Latest reply on Apr 23, 2008 4:27 PM by kukeltje

    Problem on transition!

    simplysmart1

      hi for all,

      I have created my process and generated all the Forms en XHTML, this one of my XHTML files:

      ............................
      ............................
      ............................
      <jbpm:dataform>
       <jbpm:datacell>
       <f:facet name="header">
       <h:outputText value="Pouvez vous donner un avis?"/>
       </f:facet>
       <!-- TASKFORM BUTTONS -->
       <tf:transitionButton transition="Possibilite de donner un avis" value="Yes"/>
       <tf:transitionButton transition="Impossible de donner un avis direct" value="No"/>
       </jbpm:datacell>
      
       </jbpm:dataform>
      
      </ui:component>
      
      </html>


      My problem is when I click on the button 'No' I don't go to the transition "Impossible de donner un avis direct" but i go to the other transition since the first time i chose the button 'Yes'!!!!

      to sum up , if i chose the first transition so any other instance will pass by this transition even if i chose an other one!!!

      need help!!i don't understand where is the problem, in the generated XHTML may be!!!i don't know...

      thanks for all


        • 1. Re: Problem on transition!
          kukeltje

           

          My problem is when I click on the button 'No' I don't go to the transition "Impossible de donner un avis direct" but i go to the other transition since the first time i chose the button 'Yes'!!!!

          to sum up , if i chose the first transition so any other instance will pass by this transition even if i chose an other one!!!


          sorry, could be me, but I totally miss what you are trying to say..