[richfaces-svn-commits] JBoss Rich Faces SVN: r8997 - branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Rich.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 11 07:12:30 EDT 2008


Author: adubovsky
Date: 2008-06-11 07:12:30 -0400 (Wed, 11 Jun 2008)
New Revision: 8997

Modified:
   branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
Log:
<f:loadBundle basename="message" var="msg" />

Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
===================================================================
--- branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml	2008-06-11 10:40:27 UTC (rev 8996)
+++ branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml	2008-06-11 11:12:30 UTC (rev 8997)
@@ -3,7 +3,7 @@
 	xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:ui="http://java.sun.com/jsf/facelets">
 <f:view>
 	<head>
-	
+	<f:loadBundle basename="message" var="msg" />
 	<title></title>
 
 	<script type="text/javascript">




More information about the richfaces-svn-commits mailing list