0 Replies Latest reply on Oct 24, 2011 4:55 AM by renegritsch

    ReRender is ignored with bypassupdates=true

    renegritsch

      Hi,

       

      I have a problem with bypassupdates on an input field. As soon as I use bypassupdates, the reRender is ignored and not working anymore.

      Removing ajaxsingle doesn´t help, was mentioned in another forum as solution for this.

       

       

                                         <h:inputText
                                              value="#{model.value}" 
                                              id="xxx">
                                              
                                              <s:validate/>
                                              <a4j:support eventsQueue="autoSuggestQueue_xxx" process="xxx" ajaxSingle="true" event="onblur" limitToList="true" reRender=xxx" bypassUpdates="true" />
                                          </h:inputText>
      

       

      Any solution for this?

       

      Thank you,
      René