[jboss-cvs] jboss-seam/examples/hibernate2/view ...
Peter Muir
peter at bleepbleep.org.uk
Fri Sep 14 07:15:50 EDT 2007
User: pmuir
Date: 07/09/14 07:15:50
Modified: examples/hibernate2/view conversations.xhtml
Log:
Fix hibernate2 example and add deploy target for jboss
Revision Changes Path
1.5 +5 -4 jboss-seam/examples/hibernate2/view/conversations.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: conversations.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/conversations.xhtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- conversations.xhtml 3 Sep 2007 12:07:52 -0000 1.4
+++ conversations.xhtml 14 Sep 2007 11:15:50 -0000 1.5
@@ -1,11 +1,11 @@
-<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<div xmlns="http://www.w3.org/1999/xhtml"
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:s="http://jboss.com/products/seam/taglib">
-
+<div>
<div class="section">
<h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
</div>
@@ -32,3 +32,4 @@
</div>
</div>
\ No newline at end of file
+</ui:composition>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list