Author: gertv
Date: Sun May 18 05:00:11 2008
New Revision: 657550

URL: http://svn.apache.org/viewvc?rev=657550&view=rev
Log:
SM-1357: EL evaluation in WAS

Modified:
    
servicemix/smx3/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/web.xml

Modified: 
servicemix/smx3/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/web.xml?rev=657550&r1=657549&r2=657550&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
servicemix/smx3/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/web.xml
 Sun May 18 05:00:11 2008
@@ -108,7 +108,7 @@
     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
-->
     <!--         Factor out common headers in JSP pages            -->
     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
-->
-         <jsp-config>
+   <jsp-config>
       <taglib>
         <taglib-uri>
           http://www.opensymphony.com/sitemesh/decorator
@@ -125,9 +125,10 @@
           /WEB-INF/sitemesh-page.tld
         </taglib-location>
       </taglib>
-           <jsp-property-group>
-              <url-pattern>*.jsp</url-pattern>
-              <include-prelude>/WEB-INF/jspf/headertags.jspf</include-prelude>
-            </jsp-property-group>
+         <jsp-property-group>
+            <url-pattern>*.jsp</url-pattern>
+            <el-ignored>false</el-ignored>
+            <include-prelude>/WEB-INF/jspf/headertags.jspf</include-prelude>
+         </jsp-property-group>
    </jsp-config>
 </web-app>


Reply via email to