2 Replies Latest reply on Jun 10, 2008 5:11 PM by chris.simons

    a4j:support in 3.1.4; ajaxSingle=true and method will not fi

      I am having a problem getting an a4j:support region to fire its applied method when ajaxSingle="true". Is there a valid explanation for this or I have run across something I should not have?

      [code<s:decorate id="reusePhysicalHomeAddressDecorate" template="/layout/forms/edit.xhtml">
      <ui:param name="colspan" value="1"/>
      <ui:define name="label">Reuse My Physical Home Address:</ui:define>
      <h:selectOneRadio required="true" id="reusePhysicalHomeAddress" value="#{cvEmergencyContact.reuseUserAddress}">
      <a4j:support immediate="true"ajaxSingle="true" action="#{userProfileManager.setEmergencyContactAddress}" event="onclick" reRender="createNewEmergencyContactForm,uiDisplayEdit,uiDisplayView"/>
      <f:selectItem itemValue="false" itemLabel="No"/>
      <f:selectItem itemValue="true" itemLabel="Yes"/>
      </h:selectOneRadio>
      </s:decorate>