[jboss-cvs] JBossAS SVN: r97893 - in projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp: WEB-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 16 08:50:03 EST 2009


Author: lvlcek at redhat.com
Date: 2009-12-16 08:50:03 -0500 (Wed, 16 Dec 2009)
New Revision: 97893

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml
Log:


Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml	2009-12-16 13:24:07 UTC (rev 97892)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml	2009-12-16 13:50:03 UTC (rev 97893)
@@ -8,13 +8,6 @@
         <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
         <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
     </application>
-
-    <!--
-    <converter>
-        <converter-id>equipmentTypeConverter</converter-id>
-        <converter-class>org.jboss.snowdrop.samples.sportsclub.jsf.beans.EquipmentTypeConverter</converter-class>
-    </converter>
-        -->
     
     <navigation-rule>
         <from-view-id>*</from-view-id>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml	2009-12-16 13:24:07 UTC (rev 97892)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml	2009-12-16 13:50:03 UTC (rev 97893)
@@ -12,23 +12,11 @@
                     <h:outputLabel value="Equipment"/>
                     <rich:inplaceInput defaultLabel="Click to enter" value="#{reservationCreate.reservation.equipment.name}"/>
                     <h:outputLabel value="Account"/>
-                    <rich:inplaceInput defaultLabel="Click to enter" value="#{reservationCreate.reservation.account.person.name.firstName}"/>
+                    <rich:inplaceInput defaultLabel="Click to enter" value="#{reservationCreate.reservation.account.subscriber.name.firstName}"/>
                     <h:outputLabel value="From"/>
-                    <!--rich:inplaceInput defaultLabel="Click to enter" value="#{reservationCreate.reservation.from}"/-->
                     <rich:calendar id="from" value="#{reservationCreate.reservation.from}"/>
                     <h:outputLabel value="To"/>
                     <rich:calendar id="to" value="#{reservationCreate.reservation.to}"/>
-                    <!--rich:inplaceInput defaultLabel="Click to enter" value="#{reservationCreate.reservation.to}"/-->
-                    <!--<h:outputLabel value="Billing"/>-->
-                    <!--<rich:inplaceSelect defaultLabel="Click to select"-->
-                                        <!--value="#{accountCreate.billingType}">-->
-                        <!--<f:converter converterId="enumConverter" />-->
-                        <!--<f:selectItems value="#{accountCreate.billingTypeItems}"/>-->
-                    <!--</rich:inplaceSelect>-->
-                    <!--<h:outputLabel value="Membership"/>-->
-                    <!--<rich:inplaceSelect defaultLabel="Click to select" value="#{accountCreate.membershipType}">-->
-                        <!--<f:selectItems value="#{accountCreate.selectableMembershipCodes}"/>-->
-                    <!--</rich:inplaceSelect>-->
                 </h:panelGrid>
                 <h:commandButton value="Save" action="#{reservationCreate.create}"/>
             </h:form>




More information about the jboss-cvs-commits mailing list