0 Replies Latest reply on Jul 28, 2008 10:23 AM by rmuruga

    Unable to Render a Particular Component under a a4j:form

    rmuruga

      Hi,
         Iam trying to render a particular component while selecting value from the selectmenu box. Iam getting other components posted which kicks the vallidations for all other fields, here is my peice of code which renders the other panel.

      <h:column>
         <a4j:region>   
         <h:selectOneMenu id="title"  value="#{individualApplicantHome.secondApplicant}"
           style=" width : 198px;" styleClass="formFont2">
             <f:selectItem id="item5002" itemLabel="1" itemValue="1" />
             <f:selectItem id="item6002" itemLabel="2" itemValue="2" />
             <a4j:support event="onchange" reRender="app2" />
        </h:selectOneMenu>
        </a4j:region>