7 Replies Latest reply on Sep 17, 2008 6:58 AM by ilya_shaikovsky

    SelectOneMenu

      Hello Guys,

      I am having problem in using a4j:support with h:selectOneMenu.

      I am getting this error message in the log file:
      org.apache.tomcat.util.http.Parameters processParameters
      WARNING: Parameters: Invalid chunk ignored.


      Please help me. Below is my code

      <a4j:region>
       <h:selectOneMenu id="optionType"
       value="#{option.type}">
       <f:selectItem itemLabel="A" itemValue="1" />
       <f:selectItem itemLabel="B" itemValue="2" />
       <f:selectItem itemLabel="C" itemValue="3" />
       <a4j:support event="onchange" reRender="resultTab" />
       </h:selectOneMenu>
      </a4j:region>
      
      .
      .
      .
      .
      
      <rich:tab label="Tokens" id="resultTab"
      disabled="#{(option.type==1)}">
      
      
      


      I have also tried by wrapping the rich:tab with <a4j:outputPanel id="resultTab">