0 Replies Latest reply on Jun 18, 2008 10:39 PM by cchidamb

    creating custom component in richfaces

    cchidamb

      Hi,
      I'm trying to add AJAX4JSF (a4j:commandLink) in .jspx file, but when the page is rendered I don't see it is rendered as <a href> it is rendered as just <a4j:commandLink>. Is it I can't use this tag in jspx file during component development? I want to send AJAX request to update another component in the page when this link is clicked. Any ideas.