salut j ai un petit souci dans l' insertion d une image dans un tooltip, ce tootltip est associé à une colonne dans un tableau, voici mon code :
quand je déploie mon projet l'image s'affiche pas!!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 <rich:toolTip direction="top-right" showDelay="200" styleClass="tooltiptitle" layout="block"> <rich:panel > <f:facet name="header"> <h:outputText value="details Personne :" /> </f:facet> <h:outputText value="image:" styleClass="tooltip"/> <h:graphicImage id="img" value="/images/logo.jpg" width="50%" height="50%" /> </rich:panel > </rich:toolTip>![]()
Partager