1 Reply Latest reply on Jan 28, 2008 5:45 AM by pmuir

    Facelets ui:include bean param became null in s:link tag

    gus888

      Hi,

      I don't know whether I did correctly in the following code. The bean action throw exception "Target Unreachable, identifier 'action' resolved to null" in s:link. If I change s:link to ice:commandLink, it works. I don't know what is wrong. Thanks for help.

      <ui:include src="/common/view.xhtml">
       <ui:param name="action" value="#{actionBean}"/>
      </ui:include>
      
      view.xhtml
       <s:link value="View Link" action="#{action.retrieve}"/>