<?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: Tutorial: How to set up Tomcat 6 to work with JSTL 1.2</title>
	<atom:link href="http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Thu, 11 Mar 2010 04:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rodrigo Bartels</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-23126</link>
		<dc:creator>Rodrigo Bartels</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-23126</guid>
		<description>JSTL 1.2 Jar @ &lt;a href=&quot;http://download.java.net/maven/glassfish/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar&quot; rel=&quot;nofollow&quot;&gt;http://download.java.net/maven/glassfish/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar&lt;/a&gt;

Just copy to /tomcat/lib folder and works!</description>
		<content:encoded><![CDATA[<p>JSTL 1.2 Jar @ <a href="http://download.java.net/maven/glassfish/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar" rel="nofollow">http://download.java.net/maven/glassfish/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar</a></p>
<p>Just copy to /tomcat/lib folder and works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seifer</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-20596</link>
		<dc:creator>Seifer</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-20596</guid>
		<description>Update: Sun&#039;s web site has link to jstl 1.2 implementation
I&#039;ve googled &#039;jstl sun&#039; 
then follow: &#039;JSTL Projects&#039; &gt; &#039;Download JSTL&#039; will bring you a page with 2 links to jar files.

You may want to update your post. =) 

I was having trouble setting up jstl but not anymore.</description>
		<content:encoded><![CDATA[<p>Update: Sun&#8217;s web site has link to jstl 1.2 implementation<br />
I&#8217;ve googled &#8216;jstl sun&#8217;<br />
then follow: &#8216;JSTL Projects&#8217; &gt; &#8216;Download JSTL&#8217; will bring you a page with 2 links to jar files.</p>
<p>You may want to update your post. =) </p>
<p>I was having trouble setting up jstl but not anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeeBay</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-18925</link>
		<dc:creator>WeeBay</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-18925</guid>
		<description>Thanks for a great article.

I&#039;m having a problem with the expression language. I&#039;m running Tomcat 6.0.14 with he two .jar files placed appropriately. My web.xml references servlet 2.5 and I have the JSTL 1.2 taglib directives at the top of each JSP page. Struts is my framework and I&#039;m using the Struts-el taglibs as well.

My problem is that only some of the EL expressions will render - specifically those that are coded as the value of an attribute of a Struts-el tag. If the EL expression is the value of an attribute of a JSTL tag or is coded as plain old template text (which you are supposed to be able to do under JSTK 1.2), then what gets rendered is the literal value of the expression, e.g. ${foo}. Strangely enough if I back off the taglib directives to JSTL 1.0, everything works fine (except coding an EL expression as template text).

I have not tried adding any jsp_property_group elements to the web.xml or coding isElIgnored anywhere. How all these various elements - web.xml, JSP, JSTL, EL - fit together is confusing at best.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Thanks for a great article.</p>
<p>I&#8217;m having a problem with the expression language. I&#8217;m running Tomcat 6.0.14 with he two .jar files placed appropriately. My web.xml references servlet 2.5 and I have the JSTL 1.2 taglib directives at the top of each JSP page. Struts is my framework and I&#8217;m using the Struts-el taglibs as well.</p>
<p>My problem is that only some of the EL expressions will render &#8211; specifically those that are coded as the value of an attribute of a Struts-el tag. If the EL expression is the value of an attribute of a JSTL tag or is coded as plain old template text (which you are supposed to be able to do under JSTK 1.2), then what gets rendered is the literal value of the expression, e.g. ${foo}. Strangely enough if I back off the taglib directives to JSTL 1.0, everything works fine (except coding an EL expression as template text).</p>
<p>I have not tried adding any jsp_property_group elements to the web.xml or coding isElIgnored anywhere. How all these various elements &#8211; web.xml, JSP, JSTL, EL &#8211; fit together is confusing at best.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SrinivasReddy</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-18467</link>
		<dc:creator>SrinivasReddy</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-18467</guid>
		<description>Hi pmularien,
this helped alot in solving problem in Spring example as DispatcherServlet.....
Thanks&amp;Regards</description>
		<content:encoded><![CDATA[<p>Hi pmularien,<br />
this helped alot in solving problem in Spring example as DispatcherServlet&#8230;..<br />
Thanks&amp;Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javatech &#187; A Conventionally Annotated Configuration &#8211; Spring, Hibernate, Eclipse</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-14610</link>
		<dc:creator>Javatech &#187; A Conventionally Annotated Configuration &#8211; Spring, Hibernate, Eclipse</dc:creator>
		<pubDate>Sun, 14 Jun 2009 21:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-14610</guid>
		<description>[...] Only *Glassfish* ships with the reference implementation of JSTL 1.2?!?  Oh brother.  Thanks to Peter Mularien for writing a nice post informing me of [...]</description>
		<content:encoded><![CDATA[<p>[...] Only *Glassfish* ships with the reference implementation of JSTL 1.2?!?  Oh brother.  Thanks to Peter Mularien for writing a nice post informing me of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherb</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-13954</link>
		<dc:creator>sherb</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-13954</guid>
		<description>@ Maximilian... Not all the packages have moved under JSTL 1.2. Unjar &quot;jstl-1.2.jar&quot; and take a look at the contents: The Version class is still along the org.apache package path, and will respond with &quot;standard-taglib 1.2.0&quot; when queried.</description>
		<content:encoded><![CDATA[<p>@ Maximilian&#8230; Not all the packages have moved under JSTL 1.2. Unjar &#8220;jstl-1.2.jar&#8221; and take a look at the contents: The Version class is still along the org.apache package path, and will respond with &#8220;standard-taglib 1.2.0&#8243; when queried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maximilian Eberl</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-13796</link>
		<dc:creator>Maximilian Eberl</dc:creator>
		<pubDate>Sat, 30 May 2009 09:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-13796</guid>
		<description>@ Peter Mularien
You saved my weekend! May You live 120 years!! Rich and happy!! And allways good music and good wine!!!

@Tin
Thank You too, this lib works perfectly

@ sherb
In JSTL the package names are no longer org.apache..., but javax.servlet....

Peace and good food to all of You!</description>
		<content:encoded><![CDATA[<p>@ Peter Mularien<br />
You saved my weekend! May You live 120 years!! Rich and happy!! And allways good music and good wine!!!</p>
<p>@Tin<br />
Thank You too, this lib works perfectly</p>
<p>@ sherb<br />
In JSTL the package names are no longer org.apache&#8230;, but javax.servlet&#8230;.</p>
<p>Peace and good food to all of You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherb</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-13714</link>
		<dc:creator>sherb</dc:creator>
		<pubDate>Thu, 28 May 2009 23:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-13714</guid>
		<description>@Panos... I too have seen jstl.jar and standard.jar in the examples folder (Tomcat 6.0.18 distro, to be exact). However, if you call org.apache.taglibs.standard.Version.getVersion on standard.jar you&#039;ll get something back like &quot;standard-taglib 1.1.D16&quot;, which is the old JSTL 1.1.</description>
		<content:encoded><![CDATA[<p>@Panos&#8230; I too have seen jstl.jar and standard.jar in the examples folder (Tomcat 6.0.18 distro, to be exact). However, if you call org.apache.taglibs.standard.Version.getVersion on standard.jar you&#8217;ll get something back like &#8220;standard-taglib 1.1.D16&#8243;, which is the old JSTL 1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-13711</link>
		<dc:creator>Panos</dc:creator>
		<pubDate>Thu, 28 May 2009 21:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-13711</guid>
		<description>I think Tomcat 6 does come with JSTL 1.2 support. The examples that come with Tomcat contain a few JSP pages that use JSTL. Besides in the examples/WEB-INF/lib directory you will find the two jstl.jar and standard.jar files.</description>
		<content:encoded><![CDATA[<p>I think Tomcat 6 does come with JSTL 1.2 support. The examples that come with Tomcat contain a few JSP pages that use JSTL. Besides in the examples/WEB-INF/lib directory you will find the two jstl.jar and standard.jar files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio de La Madrid</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/comment-page-1/#comment-12803</link>
		<dc:creator>Ignacio de La Madrid</dc:creator>
		<pubDate>Sat, 16 May 2009 00:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comment-12803</guid>
		<description>Thank you very much! It has been a very though time trying to solve this problem. If you let me, I&#039;d say this was a mo..fu.. conundrum! But you guys have helped me, THANKS! Especially to the owner of the blog. I know we can take a great tutorial from here called : &quot;The wizard of Sun&quot; lol. No, I&#039;m just joking; I have found my answer because of you.</description>
		<content:encoded><![CDATA[<p>Thank you very much! It has been a very though time trying to solve this problem. If you let me, I&#8217;d say this was a mo..fu.. conundrum! But you guys have helped me, THANKS! Especially to the owner of the blog. I know we can take a great tutorial from here called : &#8220;The wizard of Sun&#8221; lol. No, I&#8217;m just joking; I have found my answer because of you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
