0 Replies Latest reply on May 21, 2008 5:06 AM by novdeeps

    Ajax not firing

    novdeeps

      Hi All,

      I have a text box with required field in JSF and an ajax Command link to populate a values in rich model panel.
      The problem is after entering the required fields in JSF only the ajax request is getting fired. Otherwise it is not getting fired as it is being the required field.

      Can anyone suggest me how to fire the ajax request even without entering the required fields.

      <h:inputText required="true" value="#{accessBean.Firstame}" id="firstname" maxlength="100" />
      <a4j:commandLink value="Click Here" immediate="true" ajaxSingle="true" action="#{populateDetails.showTeamMembers}" oncomplete="Richfaces.showModalPanel('companyUserPanel1')" reRender="companyTeamform">
      </a4j:commandLink>


      Thanks in Advance,
      Deepthi