[richfaces-svn-commits] JBoss Rich Faces SVN: r2524 - trunk/test-applications/jsp/src/main/webapp/Calendar.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 28 04:29:28 EDT 2007


Author: ayanul
Date: 2007-08-28 04:29:28 -0400 (Tue, 28 Aug 2007)
New Revision: 2524

Modified:
   trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
Log:
update

Modified: trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-08-28 08:18:10 UTC (rev 2523)
+++ trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-08-28 08:29:28 UTC (rev 2524)
@@ -6,6 +6,7 @@
 <%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
+<f:view>
 <html>
 	<head>
 		<title></title>
@@ -22,14 +23,13 @@
 			}
 		</style>
 	</head>
-	<body>
-		<f:view>
+	<f:subview id="calendarID">
 				<a4j:outputPanel ajaxRendered="true">
 					<h:messages />
 				</a4j:outputPanel>
 			<h:form>
 				<rich:calendar 
-					id="calendar"
+					id="calendar" 
 					data="#{calendarDataModel}"
 					locale="#{calendarBean.locale}"
 					popup="#{calendarBean.popup}"
@@ -128,6 +128,7 @@
 			<h:form>
 				<h:commandLink value="Back" action="main"></h:commandLink>
 			</h:form>
-		</f:view>
-	</body>	
-</html>
\ No newline at end of file
+		
+	</f:subview>	
+</html>
+</f:view>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list