9 Replies Latest reply on Feb 8, 2008 3:51 PM by nbelaevski

    memory leak?

    zeltner

      Hi
      the following code works fine using Richfaces 3.1.2GA.

      <body>
       <f:view>
       <h:form>
       <rich:toolBar>
       <rich:dropDownMenu value="Applications" />
       </rich:toolBar>
       </h:form>
       </f:view>
      </body>
      

      but when I use 3.1.3.GA it produces a memory leak in the browser (IE6) (about 0.5 MB every time I press refresh).

      I'm using JBoss4.2.0GA, myFaces1.1.5 and IE6 as browser.