<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: EL Or JSTL Not Working As Expected</title>
	<atom:link href="http://iderror.com/errors/java/java-jsp/el-or-jstl-not-working-as-expected/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com/errors/java/java-jsp/el-or-jstl-not-working-as-expected/</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Thu, 07 May 2009 00:45:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://iderror.com/errors/java/java-jsp/el-or-jstl-not-working-as-expected/comment-page-1/#comment-7957</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/idError/?p=8029#comment-7957</guid>
		<description>For a JSP 2.0 container, you should be using JSTL 1.1, and you should have your web application declared as a Servlets 2.4 web app by using the Servlets 2.4 XML Schema.
For a JSP 1.x container, you should be using JSTL 1.0, and you should have your web application declared as a Servlets 2.3 web app by using the Servlers 2.3 DOCTYPE. Note: even though you can use the Servlets 2.3 DOCTYPE with a JSP 2.0 container, this will put the container into &quot;compatibility mode&quot; and the the EL will be disabled on the JSP pages. </description>
		<content:encoded><![CDATA[<p>For a JSP 2.0 container, you should be using JSTL 1.1, and you should have your web application declared as a Servlets 2.4 web app by using the Servlets 2.4 XML Schema.<br />
For a JSP 1.x container, you should be using JSTL 1.0, and you should have your web application declared as a Servlets 2.3 web app by using the Servlers 2.3 DOCTYPE. Note: even though you can use the Servlets 2.3 DOCTYPE with a JSP 2.0 container, this will put the container into &#8220;compatibility mode&#8221; and the the EL will be disabled on the JSP pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
