<?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: Seam&#8217;isms: Comments in JSF/Facelets</title>
	<atom:link href="http://techdetails.agwego.com/2007/06/13/34/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdetails.agwego.com/2007/06/13/34/</link>
	<description>Software this and that</description>
	<lastBuildDate>Fri, 23 Apr 2010 17:08:15 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-361</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-361</guid>
		<description>Great tip! Just the answer I was looking for.
Thanks for posting this!</description>
		<content:encoded><![CDATA[<p>Great tip! Just the answer I was looking for.<br />
Thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dondapati</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-13</link>
		<dc:creator>John Dondapati</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-13</guid>
		<description>&lt;p&gt; Thank you so much. You saved me a boat load of work. I was about to go remove comments from each facelet and saw your post. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Thank you so much. You saved me a boat load of work. I was about to go remove comments from each facelet and saw your post. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-12</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-12</guid>
		<description>&lt;p&gt; Thank you for posting this! I&#039;ve been having problems because of this on and off. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Thank you for posting this! I&#8217;ve been having problems because of this on and off. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken T</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-11</link>
		<dc:creator>Ken T</dc:creator>
		<pubDate>Sun, 04 Jan 2009 03:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-11</guid>
		<description>&lt;p&gt; Just a note.&#160; I actually had to disable this from its default setting under NetBeans of true.&#160; The reason was that I needed to include the Google AdSense script in the code and it is contained within comments in XHTML.&#160; So if you have the ignore comments set, the comments completely disappear from the rendered content, meaning the script disappears.&#160; So in order to get the script back you have to make sure you aren&#039;t completely ignoring coments. &lt;/p&gt; &lt;p&gt; The default setting makes more sense to me now. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Just a note.&#160; I actually had to disable this from its default setting under NetBeans of true.&#160; The reason was that I needed to include the Google AdSense script in the code and it is contained within comments in XHTML.&#160; So if you have the ignore comments set, the comments completely disappear from the rendered content, meaning the script disappears.&#160; So in order to get the script back you have to make sure you aren&#8217;t completely ignoring coments. </p>
<p> The default setting makes more sense to me now. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Hryniszak</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-10</link>
		<dc:creator>Matthias Hryniszak</dc:creator>
		<pubDate>Tue, 02 Dec 2008 14:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-10</guid>
		<description>&lt;p&gt; I totaly agree! This should be the default setting. It&#039;s so confusing that one might spend a lot of time figuring out whatta hell is going on. Especially when the exception message makes no sense at all. Let me give you an example: &lt;/p&gt; &lt;p&gt; Suppose you have a composition with 2 or more repeated content that you want to externalize iinto separate file that in turn will be included using ui:include with some parameters. In addition to that you&#039;ll have in the externalized block some usage of rich:suggestionbox (or anything else that expects a method instead of property). Once the code is copied to an external file and the old code is commented out you&#039;ll end up with a message that the object does not have a property named as the method you call. This is really really confusing. &lt;/p&gt; &lt;p&gt; Best regards, &lt;/p&gt; &lt;p&gt; Matthias. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> I totaly agree! This should be the default setting. It&#8217;s so confusing that one might spend a lot of time figuring out whatta hell is going on. Especially when the exception message makes no sense at all. Let me give you an example: </p>
<p> Suppose you have a composition with 2 or more repeated content that you want to externalize iinto separate file that in turn will be included using ui:include with some parameters. In addition to that you&#8217;ll have in the externalized block some usage of rich:suggestionbox (or anything else that expects a method instead of property). Once the code is copied to an external file and the old code is commented out you&#8217;ll end up with a message that the object does not have a property named as the method you call. This is really really confusing. </p>
<p> Best regards, </p>
<p> Matthias. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Buckley</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-9</link>
		<dc:creator>Adam Buckley</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-9</guid>
		<description>&lt;p&gt; Yup, totally bizarre why this isn&#039;t turned on by default. &lt;/p&gt; &lt;p&gt; It only really bothered me when I discovered that a &lt;!-- --&gt; comment tag would actually be considerd as a row in a h:panelGrid. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Yup, totally bizarre why this isn&#8217;t turned on by default. </p>
<p> It only really bothered me when I discovered that a &lt;!&#8211; &#8211;&gt; comment tag would actually be considerd as a row in a h:panelGrid. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techdetails</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-8</link>
		<dc:creator>techdetails</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-8</guid>
		<description>&lt;p&gt; Not that I know of, I think it is all or nothing. I&#039;m just getting back into seam after working on other non-java projects, if I find a solution I&#039;ll post an update. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Not that I know of, I think it is all or nothing. I&#8217;m just getting back into seam after working on other non-java projects, if I find a solution I&#8217;ll post an update. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Michel Baldessar</title>
		<link>http://techdetails.agwego.com/2007/06/13/34/comment-page-1/#comment-7</link>
		<dc:creator>Jean Michel Baldessar</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/06/13/34/#comment-7</guid>
		<description>&lt;p&gt; Is there any alternative solution to this? I don&#039;t want to kill all the comments... =( &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Is there any alternative solution to this? I don&#8217;t want to kill all the comments&#8230; =( </p>
]]></content:encoded>
	</item>
</channel>
</rss>
