3 Replies Latest reply on Jul 11, 2009 5:43 PM by acerberus

    Facelets link inside pageflow

    wilczarz.wilczarz.gmail.com

      In my template I have:

      <s:link value="home" view="/home.xhtml" propagation="end" />
      

      This link doesn't work properly from inside a pageflow - it needs to be clicked twice (Illegal navigation error appears after first click). The link works with propagation="none" but I don't want to leave conversations, not from menu template, anyway. Is there a way to make it work, maybe by terminating pageflow in a page action somehow?