6 Replies Latest reply on Oct 8, 2007 2:08 AM by swd847

    Setting the default propagation for <s:link>

    dhinojosa

      Question:

      I want to use s:link just as a standard link without needing conservation propagation handling. I like this so that if I want to change the faces servlet from *.faces to *.html all the links would work automatically. Most of my links though don't need conversation labeling. So I find myself doing:

      <s:link propagation="none" view="....">...</s:link>
      


      Is there a way so that I could just do:


      <s:link view="....">...</s:link>
      


      and the default propagation would be understood as none?

      Thanks,
      Danno!