12 Replies Latest reply on Sep 25, 2007 6:50 AM by ilya_shaikovsky

    Problem: ModalPanel with showWhenRendered=

      Hi
      I have a problem with rich:modalPanel component. I need to use showWhenRendered attribute which value is evaluated dynamically. So my code is:

      <rich:modalPanel id="mp" showWhenRendered="#{backingBean.booleanFlag}">
      [ some content ]
      </rich:modalPanel>
      

      In FireFox and Opera everything works good. If the booleanFlag is set to true, the panels shows up. But in Internet Explorer (both 6 and 7) application crashes with very strange error. There's nothin' in the tomcat console or js console but the browser says it cannot connect to the website. Any ideas? Thanks in advance!