0 Replies Latest reply on Dec 8, 2006 10:02 AM by simplex-software

    h:outputLink doesn't work properly in portlets

    simplex-software

      Hi,

      I have the following in a portlet:

      <h:outputLink value="#{backer.prop}">
      <f:param name="function" value="TOTO"/>
      <h:outputText value="#{node.description}"/>
      </h:outputLink>

      When clicking the link the control goes into the appropriated method in the backer, but the ParameterRequestMap doesn't contain my parameter. Using a commandLink instead I'm able to retrieve the parameter. Is there any problem with an outputLink passing a parametter ?

      Many thanks,

      Nicolas