pourquoi ce code n'affiche pas un lien il affiche un simple text.
Code:
1
2
3
4 <h:outputLink value="#" id="link"> Show Modal Panel <rich:componentControl for="panel" attachTo="link" operation="show" event="onclick"/> </h:outputLink>
Version imprimable
pourquoi ce code n'affiche pas un lien il affiche un simple text.
Code:
1
2
3
4 <h:outputLink value="#" id="link"> Show Modal Panel <rich:componentControl for="panel" attachTo="link" operation="show" event="onclick"/> </h:outputLink>
j'ai ajouté
et ca marche ;)Code:<h:outputText value=" Show Modal Panel "/>
Il est bien dans un form ?
ok, bah un peu tard alors ;)