Nouveau Jframe à partir d'un lien d'une page

Fermé
tatus - 16 avril 2012 à 15:07
 tatus - 16 avril 2012 à 16:45
Bonjour, SVP j'ai des problème dans mon projet de fin d'étude

comment ouvrir un nouveau Jframe à partir d'une page web en cliquant sur le lien précis exemple dans ma page web "cliquer içi" et Merci

c'est mon code de la page web:


<html> <h:head>
<title>Facelet Title</title>
<h:outputStylesheet name="css/jsfcrud.css"/>
</h:head>
<h:body><h:form>
<h:commandLink value="cliquer içi" />
<table align="center">

<tr><td>login</td><td><h:inputText id="login" value="#{utiController.login}" /></td></tr>
<tr><td>mot de passe </td> <td>
<h:inputText id="password" value="#{utiController.password}" /></td>
</tr>
<tr><td> <h:commandButton action="#{utiController.log()}" value="valider"/></td>
</tr> </table>

<!-- <h:commandLink action="/equipement/List" value="Show All Equipement Items"/> -->
</h:form>
<!-- <h:form>
<h:commandLink action="/utilisateur/List" value="Show All Utilisateur Items"/>
</h:form> -->
</h:body>


</html>
A voir également:

1 réponse

SVP c'ést urgent
0