Author: ayanul
Date: 2008-03-20 05:30:57 -0400 (Thu, 20 Mar 2008)
New Revision: 6986
Modified:
trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
Log:
org.ajax4jsf.xmlparser.ORDER = none
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-03-20 09:30:23
UTC (rev 6985)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-03-20 09:30:57
UTC (rev 6986)
@@ -39,6 +39,10 @@
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
+ <param-value>NONE</param-value>
+</context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
Show replies by date