User: cwbrandon
Date: 08/03/28 17:08:40
Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet
help.xhtml.vsl
Log:
add missing prefix
Revision Changes Path
1.5 +2 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/help.xhtml.vsl
Index: help.xhtml.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/help.xhtml.vsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- help.xhtml.vsl 28 Mar 2008 23:25:44 -0000 1.4
+++ help.xhtml.vsl 29 Mar 2008 00:08:40 -0000 1.5
@@ -1,5 +1,6 @@
<div xmlns="http://www.w3.org/1999/xhtml"
- xmlns:h="http://java.sun.com/jsf/html">
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition template="/layout/layout.xhtml">
<ui:define name="content">
<strong><font size="4">Help with $useCase.name</font></strong><br/>
|