[jboss-cvs] JBossAS SVN: r97996 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 18 12:18:10 EST 2009


Author: lvlcek at redhat.com
Date: 2009-12-18 12:18:10 -0500 (Fri, 18 Dec 2009)
New Revision: 97996

Added:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createResult.xhtml
Log:


Added: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createResult.xhtml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createResult.xhtml	                        (rev 0)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createResult.xhtml	2009-12-18 17:18:10 UTC (rev 97996)
@@ -0,0 +1,13 @@
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+	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:rich="http://richfaces.org/rich"
+	xmlns:a4j="http://richfaces.org/a4j"
+	template="layout/template.xhtml">
+	<ui:define name="content">
+        <rich:panel>
+            Reservation #<h:outputText value="#{reservationCreate.reservation.id}"/>
+        </rich:panel>
+	</ui:define>
+</ui:composition>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list