3 Replies Latest reply on Oct 21, 2008 3:55 PM by luxspes

    how two send two parameters at the same time inside one command link

    tonyukuk

      I need to send two parameters at the same time when user clicks the command link. It seems that first parameters is sent but the second returns a null value. So how can I send the second parameter?



      <f:facet name="header">Details</f:facet>
      <h:commandLink id="selectOrder" value="detail" 
      action="#{declarationHome.sProduct}">
      <f:param name="declarationId" value="#{ii.id}"/>
      <f:param name="orderformId" value="#{ii.orderform.id}"/>
      </h:commandLink>