<?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: SiteMesh Tutorial with Examples</title>
	<atom:link href="http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:15:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: neelufur</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-44974</link>
		<dc:creator>neelufur</dc:creator>
		<pubDate>Fri, 06 May 2011 09:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-44974</guid>
		<description>Can you plz help me out i dont have a proper directory structure for my application means i don&#039;t have  webinf folder in such case where can i place my folder of decorator and related files</description>
		<content:encoded><![CDATA[<p>Can you plz help me out i dont have a proper directory structure for my application means i don&#8217;t have  webinf folder in such case where can i place my folder of decorator and related files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-44332</link>
		<dc:creator>Ole</dc:creator>
		<pubDate>Mon, 18 Apr 2011 11:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-44332</guid>
		<description>A couple of &#039;/&#039; missing from the XML elements in the web.xml filter configuration example</description>
		<content:encoded><![CDATA[<p>A couple of &#8216;/&#8217; missing from the XML elements in the web.xml filter configuration example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamia</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-30988</link>
		<dc:creator>Lamia</dc:creator>
		<pubDate>Thu, 14 Oct 2010 01:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-30988</guid>
		<description>Interesting, will definitely give this a try!</description>
		<content:encoded><![CDATA[<p>Interesting, will definitely give this a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lwpro2</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-30500</link>
		<dc:creator>lwpro2</dc:creator>
		<pubDate>Tue, 28 Sep 2010 14:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-30500</guid>
		<description>you need to exclude the /showcase.action also.
for me, it&#039;s something like requestDispatcher.include(), so the URL is still /showcase.actiom; as for sitemesh, it&#039;s using filter, based on the urls.</description>
		<content:encoded><![CDATA[<p>you need to exclude the /showcase.action also.<br />
for me, it&#8217;s something like requestDispatcher.include(), so the URL is still /showcase.actiom; as for sitemesh, it&#8217;s using filter, based on the urls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21877</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21877</guid>
		<description>what i mean was, including the below tag in exclude tag of decorator.xml /showcase.jsp</description>
		<content:encoded><![CDATA[<p>what i mean was, including the below tag in exclude tag of decorator.xml /showcase.jsp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21840</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21840</guid>
		<description>Hello Ben,
I am using sitmesh with struts 2. It seems like sitmesh doesn&#039;t work with struts.xml results. for example
i have dowloaded latest version of struts-2.1.8.1.war. 
first i have clicked on http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp 
and
http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action, the results are same.
i included below code in decorator.xml 
/showcase.jsp
now the 
http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp  excludes the header and footer but
http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action includes the header and footer.
do you have any solution for this. if not then i need to change back to tiles.
thanks in advance,
Sincerely yours,
raghu N M</description>
		<content:encoded><![CDATA[<p>Hello Ben,<br />
I am using sitmesh with struts 2. It seems like sitmesh doesn&#8217;t work with struts.xml results. for example<br />
i have dowloaded latest version of struts-2.1.8.1.war.<br />
first i have clicked on <a href="http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp" rel="nofollow">http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp</a><br />
and<br />
<a href="http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action" rel="nofollow">http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action</a>, the results are same.<br />
i included below code in decorator.xml<br />
/showcase.jsp<br />
now the<br />
<a href="http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp" rel="nofollow">http://localhost:8080/struts2-showcase-2.1.8.1/showcase.jsp</a>  excludes the header and footer but<br />
<a href="http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action" rel="nofollow">http://localhost:8080/struts2-showcase-2.1.8.1/showcase.action</a> includes the header and footer.<br />
do you have any solution for this. if not then i need to change back to tiles.<br />
thanks in advance,<br />
Sincerely yours,<br />
raghu N M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21126</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21126</guid>
		<description>veggen,
The reason for calling it a decorator is that it follows the Decorator design pattern (http://en.wikipedia.org/wiki/Decorator_pattern) since the common portions of the page are placed around the content.</description>
		<content:encoded><![CDATA[<p>veggen,<br />
The reason for calling it a decorator is that it follows the Decorator design pattern (<a href="http://en.wikipedia.org/wiki/Decorator_pattern" rel="nofollow">http://en.wikipedia.org/wiki/Decorator_pattern</a>) since the common portions of the page are placed around the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veggen</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21108</link>
		<dc:creator>veggen</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21108</guid>
		<description>It seems to me that the &quot;decorator&quot; namespace is really a misnomer. It should be &quot;template&quot; as this represents facelets templates more than anything else.

But that has nothing to do with the article, which was pretty useful :)</description>
		<content:encoded><![CDATA[<p>It seems to me that the &#8220;decorator&#8221; namespace is really a misnomer. It should be &#8220;template&#8221; as this represents facelets templates more than anything else.</p>
<p>But that has nothing to do with the article, which was pretty useful <img src='http://www.benmccann.com/dev-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-20076</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-20076</guid>
		<description>Hi.
Thanks, thanks for scaled-down intro.
Note- there is a typo in your code.  In your decorators.xml last  is missing its closer- e.g. </description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thanks, thanks for scaled-down intro.<br />
Note- there is a typo in your code.  In your decorators.xml last  is missing its closer- e.g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-17864</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-17864</guid>
		<description>Manmonhan, the pages your decorators are applied to are specified by your decorators.xml file.  As an example, one thing you could do is create a directory called popups that is not mapped to your decorator.</description>
		<content:encoded><![CDATA[<p>Manmonhan, the pages your decorators are applied to are specified by your decorators.xml file.  As an example, one thing you could do is create a directory called popups that is not mapped to your decorator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

