1 Reply Latest reply on Feb 16, 2009 11:48 AM by nbelaevski

    Image display problem

    lightniir

      Hi all,

      I have a problem with an image inside a rich:panel. It always render a style="display: none". Has somebody this problem? What's the solution?

      Sorry for my english.

      Thanks.

      P.D: This is my code:

      <rich:panel id="contenedor-publicidad" styleClass="contenedor-publicidad" bodyClass="richpanel-sin-margen" rendered="#{!empty menuBean.publicidad}">
      <h:graphicImage id="imagen-publicidad" value="/contenido/publicidad/#{menuBean.publicidad}" alt="#{textosGlobales['altPublicidad']}" />
      </rich:panel>

      and this is the code generated: