3 Replies Latest reply on Oct 19, 2009 6:56 AM by nbelaevski

    disableDefault don't work with h:input

    gamba

      Hi,

      I'm using richfaces 3.3.1.GA in a portlet-environment with bridge 1.0.0.CR2 on jboss 2.7.2.

      Using this code-snippet the whole page is rendered, I expected only an ajax request and only rendering the classifyTable part of the page ...

      <a4j:region>
       <h:form>
       <h:inputText id="classifySuggestion"
       value="#{classifyBean.aktuelleKlasse}"
       styleClass="hmgFontSmall pisComboBoxClass"
       immediate="true">
       <a4j:support event="onsubmit" reRender="classifyTable"
       immediate="true" ajaxSingle="true"
       disableDefault="true"/>
       </h:inputText>
       </h:form>
      </a4j:region>
      


      Any hints?

      Thx
      Gamba