0 Replies Latest reply on Jan 9, 2008 8:53 AM by lain

    issue with IE7 and a4j:commandButton reRendering

    lain

      Hello,

      we are using RichFaces 3.1.0 and infragistics components

      We have a "filter" form which uses the a4j:commandButton to rerender a datalist (rendered with infragistics)

      The rerendering works with firefox or opera

      <a4j:commandButton styleClass="noBorder" image="/gfx/buttons/filter.gif" actionListener="#{filterBean.onFilterProducts}" reRender="arealist">
       <a4j:ajaxListener type="org.ajax4jsf.ajax.ForceRender" />
       <cmw:defaultAction/>
       </a4j:commandButton>
      


      in IE7 the partial request is submitted, I can see it with the a4j:log, but directly after doing the partial request, another request is sent and the full page gets reloaded, losing any filter parameters.

      Is this a known problem, is there any way to work around it?

      thanks in advance for any help