Bonjour,
J'ai developpé mes pages sous Netbeans avec visual Web Page JSF , et mainteneant je doit les modifier pour utilisé les facelets , le probléme c que aprés la mise en place de facelet mes pages JSF ne sont pas affiché correctement
Je ne sais pas comment faire autrement!!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 <?xml version="1.0" encoding="ISO-8859-1"?> <ui:composition version="2.1" xmlns="http://www.w3.org/1999/xhtml" xmlns:a4j="http://richfaces.org/a4j" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:rich="http://richfaces.org/rich" xmlns:webuijsf="http://www.sun.com/webui/webuijsf"> <head id="head1"> <title></title> </head> <body id="body1" style="background-color: rgb(227, 233, 233); -rave-layout: grid"> <h:form id="form1"> <webuijsf:tabSet id=" .... <webuijsf:tab id="..... <webuijsf:panelLayout... <webuijsf:dropDown id="dropDown_type_exp" items="#{Fiche.dropDownDefaultOptions.options}" /><webuijsf:label
Partager