<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Richard Bolkey - Blog</title>
	
	<link>http://blog.bolkey.com</link>
	<description>Thoughts of a plain old java developer.</description>
	<lastBuildDate>Tue, 10 May 2011 03:03:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rbolkey-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="rbolkey-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Building a contextual recursive tree in Tapestry 5 by rbolkey</title>
		<link>http://blog.bolkey.com/2009/06/tapestry-5-recursive-tree/comment-page-1/#comment-7844</link>
		<dc:creator>rbolkey</dc:creator>
		<pubDate>Tue, 10 May 2011 03:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=29#comment-7844</guid>
		<description>Thanks for the feedback Dave, and I'll be sure to get a cold one :-).</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Dave, and I&#8217;ll be sure to get a cold one <img src='http://blog.bolkey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a contextual recursive tree in Tapestry 5 by dhorlick</title>
		<link>http://blog.bolkey.com/2009/06/tapestry-5-recursive-tree/comment-page-1/#comment-7824</link>
		<dc:creator>dhorlick</dc:creator>
		<pubDate>Fri, 06 May 2011 14:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=29#comment-7824</guid>
		<description>Thanks, this approach is great!

One comment: I had to configure the childPosition property in BaseRenderNode not to cache.

@Parameter(required = true, cache = false)
private int childPosition;</description>
		<content:encoded><![CDATA[<p>Thanks, this approach is great!</p>
<p>One comment: I had to configure the childPosition property in BaseRenderNode not to cache.</p>
<p>@Parameter(required = true, cache = false)<br />
private int childPosition;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a news feed in Tapestry 5 by rbolkey</title>
		<link>http://blog.bolkey.com/2010/05/creating-a-news-feed-in-tapestry-5/comment-page-1/#comment-5789</link>
		<dc:creator>rbolkey</dc:creator>
		<pubDate>Mon, 18 Oct 2010 02:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=62#comment-5789</guid>
		<description>No I haven't, but gladly would if it's appropriate.</description>
		<content:encoded><![CDATA[<p>No I haven&#8217;t, but gladly would if it&#8217;s appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a news feed in Tapestry 5 by Josh Canfield</title>
		<link>http://blog.bolkey.com/2010/05/creating-a-news-feed-in-tapestry-5/comment-page-1/#comment-5764</link>
		<dc:creator>Josh Canfield</dc:creator>
		<pubDate>Sat, 16 Oct 2010 21:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=62#comment-5764</guid>
		<description>Hey Richard,

Have you submitted this to be included in Tapestry core?

Josh</description>
		<content:encoded><![CDATA[<p>Hey Richard,</p>
<p>Have you submitted this to be included in Tapestry core?</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a news feed in Tapestry 5 by rbolkey</title>
		<link>http://blog.bolkey.com/2010/05/creating-a-news-feed-in-tapestry-5/comment-page-1/#comment-5739</link>
		<dc:creator>rbolkey</dc:creator>
		<pubDate>Fri, 15 Oct 2010 03:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=62#comment-5739</guid>
		<description>I haven't tested this with 5.2 yet; but you got it working then?  That's good to know.  Thanks!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tested this with 5.2 yet; but you got it working then?  That&#8217;s good to know.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a news feed in Tapestry 5 by Jim</title>
		<link>http://blog.bolkey.com/2010/05/creating-a-news-feed-in-tapestry-5/comment-page-1/#comment-5725</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 14 Oct 2010 18:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=62#comment-5725</guid>
		<description>Nevermind - I was being a bit silly here - returned a Block from my onUpdates method that references the new content as a property as all is well - thanks for outlining the approach - I can see this being very useful.</description>
		<content:encoded><![CDATA[<p>Nevermind &#8211; I was being a bit silly here &#8211; returned a Block from my onUpdates method that references the new content as a property as all is well &#8211; thanks for outlining the approach &#8211; I can see this being very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a news feed in Tapestry 5 by Jim</title>
		<link>http://blog.bolkey.com/2010/05/creating-a-news-feed-in-tapestry-5/comment-page-1/#comment-5723</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 14 Oct 2010 16:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=62#comment-5723</guid>
		<description>Hi have you tried this with T5.2.0?  I was trying it with 

&lt;code&gt;
	public Object onUpdates(){
		return request.isXHR() ? new java.util.Date().toGMTString() : null; // force refresh of whole
	}
&lt;/code&gt;

to test, which I though would just append / prepend the date to the zone but was getting a problem:

&lt;code&gt;
Ajax failure: Status 500 for //index.layout.latestnewszone:updates/latestNewsZone: Unable to resolve '14 Oct 2010 16:51:32 GMT' to a known page name.
&lt;/code&gt;

Any idea of whether this leans towards a T5.2.0 incompatability or is an erro in my usage?  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi have you tried this with T5.2.0?  I was trying it with </p>
<p><code><br />
	public Object onUpdates(){<br />
		return request.isXHR() ? new java.util.Date().toGMTString() : null; // force refresh of whole<br />
	}<br />
</code></p>
<p>to test, which I though would just append / prepend the date to the zone but was getting a problem:</p>
<p><code><br />
Ajax failure: Status 500 for //index.layout.latestnewszone:updates/latestNewsZone: Unable to resolve '14 Oct 2010 16:51:32 GMT' to a known page name.<br />
</code></p>
<p>Any idea of whether this leans towards a T5.2.0 incompatability or is an erro in my usage?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a contextual recursive tree in Tapestry 5 by rbolkey</title>
		<link>http://blog.bolkey.com/2009/06/tapestry-5-recursive-tree/comment-page-1/#comment-1251</link>
		<dc:creator>rbolkey</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=29#comment-1251</guid>
		<description>A complete source code example has been added.</description>
		<content:encoded><![CDATA[<p>A complete source code example has been added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a contextual recursive tree in Tapestry 5 by Kumar</title>
		<link>http://blog.bolkey.com/2009/06/tapestry-5-recursive-tree/comment-page-1/#comment-1192</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Wed, 25 Nov 2009 13:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=29#comment-1192</guid>
		<description>Could you please help posting the complete source code...</description>
		<content:encoded><![CDATA[<p>Could you please help posting the complete source code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a contextual recursive tree in Tapestry 5 by Simon</title>
		<link>http://blog.bolkey.com/2009/06/tapestry-5-recursive-tree/comment-page-1/#comment-1171</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 25 Nov 2009 00:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bolkey.com/?p=29#comment-1171</guid>
		<description>If you could just post all your source code, it will be much more helpful.</description>
		<content:encoded><![CDATA[<p>If you could just post all your source code, it will be much more helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 1.259 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-07-13 02:21:04 -->
