Sorgenti del corso#
Table of Contents
index.html (v1)#
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title>Pagina Iniziale</title>
</h:head>
<h:body>
<h:form>
<h:commandButton action="views/list" value="Entra"/>
</h:form>
</h:body>
</html>
masterLayout.xhtml (v1)#
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
<title>Pagina Iniziale</title>
</h:head>
<h:body>
<div id="header">
<h:graphicImage library="images" name="jsf.gif"/>
JSF Sample Application
</div>
<h:form>
<ui:insert name="content"/>
</h:form>
</h:body>
<h:outputStylesheet library="css" name="style.css"/>
</html>
Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
| Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
|---|---|---|---|---|---|---|
ppt |
Corso JSF.ppt | 783.9 kB | 1 | 02-Sep-2010 07:52 | m.sanfilippo | |
zip |
SmeaCrud-src.zip | 31.7 kB | 1 | 31-Aug-2010 16:02 | Administrator | |
war |
SmeaCrud.war | 30.9 kB | 1 | 31-Aug-2010 16:02 | Administrator | |
gif |
jsf.gif | 5.7 kB | 1 | 23-Aug-2010 19:42 | Administrator |
«
This particular version was published on 23-Aug-2010 19:36 by Administrator.