[richfaces-svn-commits] JBoss Rich Faces SVN: r13721 - in trunk/test-applications/realworld2/web/src/main/webapp: layout and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 21 08:17:08 EDT 2009


Author: amarkhel
Date: 2009-04-21 08:17:08 -0400 (Tue, 21 Apr 2009)
New Revision: 13721

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml
   trunk/test-applications/realworld2/web/src/main/webapp/layout/template.xhtml
Log:


Modified: trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml	2009-04-21 12:16:49 UTC (rev 13720)
+++ trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml	2009-04-21 12:17:08 UTC (rev 13721)
@@ -4,8 +4,6 @@
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	version="2.5">
 
-	
-
 	<listener>
 		<listener-class>
 			org.jboss.seam.servlet.SeamListener
@@ -79,11 +77,6 @@
 		<param-value>.xhtml</param-value>
 	</context-param>
 	
-	 <context-param>
-		<param-name>storeStrategy</param-name>
-		<param-value>database</param-value>
-	</context-param>
-	
 	<context-param>
 		<param-name>facelets.LIBRARIES</param-name>
 		<param-value>/WEB-INF/tags/photoalbum-taglib.xml</param-value>
@@ -119,4 +112,4 @@
 		<auth-constraint />
 	</security-constraint>
 
-</web-app>
+</web-app>
\ No newline at end of file

Modified: trunk/test-applications/realworld2/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list