2 Replies Latest reply on Dec 15, 2006 10:56 AM by antispart

    Facelets: Property 'propagation' is not on type: javax.faces

    antispart

      I get the following error in my server log:

      10:29:20,195 ERROR [STDERR] Dec 15, 2006 10:29:20 AM com.sun.facelets.tag.jsf.ComponentRule warnAttr
      WARNING: /WEB-INF/tags/nav.xhtml @185,170 propagation="none" Property 'propagation' is not on type: javax.faces.component.html.HtmlCommandLink


      view:
      <h:commandLink title="test" value="test" action="someAction"/>


      Should I just use s:link here or is there something else going on?
      BTW: My page still renders and seems to operate OK.