JSP
rakouth_iriela
Messages postés
16
Date d'inscription
Statut
Membre
Dernière intervention
-
rakouth_iriela Messages postés 16 Date d'inscription Statut Membre Dernière intervention -
rakouth_iriela Messages postés 16 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'ai crée un projet utilisant JSF et richfaces.j'ai crée un fichier authentification.jsp .
j'ai rien encore fait mais j'ai juste testé ce que netbeans a crée:
<%--
Document : authentification
Created on : 5 janv. 2012, 16:45:41
Author : Rakouth
--%>
<%@taglib uri="https://richfaces.jboss.org/" prefix="a4j"%>
<%@taglib uri="https://richfaces.jboss.org/" prefix="rich"%>
<%@taglib prefix="f" uri="https://www.oracle.com/java/technologies/"%>
<%@taglib prefix="h" uri="https://www.oracle.com/java/technologies/"%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h2>Hello World!</h2>
</body>
</html>
ça n'a pas marché.merci
j'ai crée un projet utilisant JSF et richfaces.j'ai crée un fichier authentification.jsp .
j'ai rien encore fait mais j'ai juste testé ce que netbeans a crée:
<%--
Document : authentification
Created on : 5 janv. 2012, 16:45:41
Author : Rakouth
--%>
<%@taglib uri="https://richfaces.jboss.org/" prefix="a4j"%>
<%@taglib uri="https://richfaces.jboss.org/" prefix="rich"%>
<%@taglib prefix="f" uri="https://www.oracle.com/java/technologies/"%>
<%@taglib prefix="h" uri="https://www.oracle.com/java/technologies/"%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h2>Hello World!</h2>
</body>
</html>
ça n'a pas marché.merci