Author: ayanul
Date: 2008-03-20 05:30:23 -0400 (Thu, 20 Mar 2008)
New Revision: 6985
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
Log:
org.ajax4jsf.xmlparser.ORDER = none
Modified: trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-03-19 20:21:02 UTC
(rev 6984)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-03-20 09:30:23 UTC
(rev 6985)
@@ -26,6 +26,10 @@
<param-name>org.richfaces.CONTROL_SKINNING</param-name>
<param-value>#{skinning.skinning}</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