pourquoi ce code n'affiche pas un lien il affiche un simple text.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
<h:outputLink value="#" id="link">
        Show Modal Panel 
        <rich:componentControl for="panel" attachTo="link" operation="show" event="onclick"/>
    </h:outputLink>