1 Reply Latest reply on May 15, 2006 3:13 PM by gavin.king

    regarding s:link

    armita

      I am trying to propagate my conversatiosn with s:link and used this :

      <s:link id="uReportMenu" action="#{uReportLogic.list}" value="#{messages.reportFiles}" propagation="begin"/>
      

      But I got a no conversation from my uReportLogic. Do I have to annotate the list method with a @Begin? If yes what is the use of propagation in the s:link? How these two are related to each other?