ouvrir une page depuis un commandLink
bonjour j'ai un menu
Code:
1 2 3 4 5 6 7 8 9 10 11
| .........
<rich:dropDownMenu>
<f:facet name="label">
<h:panelGrid cellpadding="0" cellspacing="0" columns="2"style="vertical-align:middle">
<h:commandLink action="/authentification.jsf">
<h:outputText value="Déconnexion"></h:outputText>
</h:commandLink>
</h:panelGrid>
</f:facet>
</rich:dropDownMenu>
....... |
j'essai d'ouvrir une page à partir d'une commandLink, j'ai essayé les codes suivants et aucun d'eux ne marche :
Code:
1 2 3
| <h:commandLink action="/authentification.jsf">
<h:commandLink action="/authentification.jsp">
<h:commandLink action="faces/authentification.jsp"> |
je travaille sous netbean 6 + glassfish
merci bcp