[jboss-cvs] JBossAS SVN: r96849 - in projects/snowdrop/trunk/documentation/samples/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
Tue Nov 24 08:19:12 EST 2009


Author: lvlcek at redhat.com
Date: 2009-11-24 08:19:12 -0500 (Tue, 24 Nov 2009)
New Revision: 96849

Modified:
   projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml
   projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml
Log:


Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml	2009-11-24 13:11:11 UTC (rev 96848)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml	2009-11-24 13:19:12 UTC (rev 96849)
@@ -12,8 +12,13 @@
     <version>1.0-SNAPSHOT</version>
     <name>Sports Club Reservations JSF Front-End</name>
     <dependencies>
-        
+
         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>javax.faces</groupId>
             <artifactId>jsf-api</artifactId>
         </dependency>

Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml	2009-11-24 13:11:11 UTC (rev 96848)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/faces-config.xml	2009-11-24 13:19:12 UTC (rev 96849)
@@ -3,5 +3,8 @@
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
               version="1.2">
-  
+  <application>
+      <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+      <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
+  </application>
 </faces-config>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list