4 Replies Latest reply on Dec 29, 2008 10:57 PM by gothmog

    Pageflows, h:commandButton and s:button

    andygibson.contact.andygibson.net

      So I'm in a page flow, and I'm been having problems getting around some parts of it, some buttons trigger transitions while others don't. I've made it real simple and used the following :


      <h:commandButton action="updated" value="h:command update" />
      <h:commandButton action="updated" value="h:command update (immediate)" immediate="true" />
      <s:button action="updated" value="s:button update" />
      



      The h:command button doesn't transition.
      The h:command button with immediate set to true does transition
      The s:button does transition.


      The pageflow is active and working, the fact that some buttons work verifies that. I'm just wondering whether I missed something where pageflow transitions don't work for h:commandButtons (even though the documentation claims they do)?


      Cheers,


      Andy Gibson