2 Replies Latest reply on Apr 12, 2007 4:24 PM by robjellinghaus

    Please help me out

    muruganraj

      Hi All,

      I am using the following the code to submit to backing bean.

      -----------------
      <h:commandLink id="submit" action="#{user.update}" title="#{bundle.ChangeUserProfile}" styleClass="button">
      <h:graphicImage value="/images/button_update.jpg" styleClass="button" />
      <f:param name="sid" value="#{user.state.model.personSeqId}"/>
      </h:commandLink>
      ---------------

      Now i am trying to implement with ajax for above code. Could you please let me know how to replace with ajax tags against above code.

      Please let me know corresponding tags in a4j for given below two tags
      a) h:commandLink,
      b)f:param



      Thanks in Advance
      Murugan Raj