Author: dan.j.allen
Date: 2009-04-22 15:33:05 -0400 (Wed, 22 Apr 2009)
New Revision: 10589
Modified:
examples/trunk/booking/seam-booking-war/src/main/webapp/WEB-INF/web.xml
Log:
xhtml is the default file extension, no need to specify it
Modified: examples/trunk/booking/seam-booking-war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- examples/trunk/booking/seam-booking-war/src/main/webapp/WEB-INF/web.xml 2009-04-22
16:30:17 UTC (rev 10588)
+++ examples/trunk/booking/seam-booking-war/src/main/webapp/WEB-INF/web.xml 2009-04-22
19:33:05 UTC (rev 10589)
@@ -6,10 +6,12 @@
<display-name>Seam Booking Example</display-name>
+ <!--
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
+ -->
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
Show replies by date