<?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: Grails: The View Layer [GUM]</title>
	<atom:link href="http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/</link>
	<description>Technologist, Consultant, Software Engineer, Entrepreneur and Musician</description>
	<lastBuildDate>Sat, 24 Jul 2010 12:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grails active page navigation menu</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3867</link>
		<dc:creator>Grails active page navigation menu</dc:creator>
		<pubDate>Fri, 26 Mar 2010 16:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3867</guid>
		<description>[...] about this not so well documented stuff in a blog post here        &#171; layout testing &#8211; browser [...]</description>
		<content:encoded><![CDATA[<p>[...] about this not so well documented stuff in a blog post here        &laquo; layout testing &#8211; browser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Turner</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3858</link>
		<dc:creator>Bill Turner</dc:creator>
		<pubDate>Fri, 05 Mar 2010 13:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3858</guid>
		<description>Great stuff, Colin! I really look forward to seeing the presentation at GR8 in the US!</description>
		<content:encoded><![CDATA[<p>Great stuff, Colin! I really look forward to seeing the presentation at GR8 in the US!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinsella</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3851</link>
		<dc:creator>Kinsella</dc:creator>
		<pubDate>Fri, 05 Feb 2010 02:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3851</guid>
		<description>Very good presentation last month. For me, it&#039;s been awhile but I&#039;ll have to re-read the GSP/Sitemesh stuff in &#039;Grails in Action&#039;; Just to see if there&#039;s any other hints/gotchas that might help beef up the presentation some. Maybe you could talk a little more Grails dynamic tag libraries?</description>
		<content:encoded><![CDATA[<p>Very good presentation last month. For me, it&#8217;s been awhile but I&#8217;ll have to re-read the GSP/Sitemesh stuff in &#8216;Grails in Action&#8217;; Just to see if there&#8217;s any other hints/gotchas that might help beef up the presentation some. Maybe you could talk a little more Grails dynamic tag libraries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3849</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3849</guid>
		<description>Thanks Ted!  g:ifPageProperty is one of the undocumented tags we talked about at GUM :-)  There are a few more.  I&#039;ll try to locate them all when I do this talk again.</description>
		<content:encoded><![CDATA[<p>Thanks Ted!  g:ifPageProperty is one of the undocumented tags we talked about at GUM <img src='http://colinharrington.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   There are a few more.  I&#8217;ll try to locate them all when I do this talk again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Naleid</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3847</link>
		<dc:creator>Ted Naleid</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3847</guid>
		<description>Great presentation Colin, thanks for posting it.
 
I also recently found out that there&#039;s an undocumented g:ifPageProperty tag. Very useful for parameters that might not apply. Here&#039;s an example that optionally includes some content in a layout a property is in the thing the template is being applied to:
 
&lt;g:ifPageProperty name=&quot;meta.heading&quot;&gt;
&#160;&#160;&#160;&#160;&lt;h2 class=&quot;heading&quot;&gt;&lt;g:pageProperty name=&quot;meta.heading&quot; /&gt;&lt;/h2&gt;
&lt;/g:ifPageProperty&gt;
 
 
Only included if something like this is in the page using the layout&#039;s head:
 
&lt;meta name=&quot;heading&quot; content=&quot;My Fancy Title&quot;/&gt;
 
This also applies for the&lt;content&gt; tags too.</description>
		<content:encoded><![CDATA[<p>Great presentation Colin, thanks for posting it.</p>
<p>I also recently found out that there&#8217;s an undocumented g:ifPageProperty tag. Very useful for parameters that might not apply. Here&#8217;s an example that optionally includes some content in a layout a property is in the thing the template is being applied to:</p>
<p>&lt;g:ifPageProperty name=&#8221;meta.heading&#8221;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2 class=&#8221;heading&#8221;&gt;&lt;g:pageProperty name=&#8221;meta.heading&#8221; /&gt;&lt;/h2&gt;<br />
&lt;/g:ifPageProperty&gt;</p>
<p>Only included if something like this is in the page using the layout&#8217;s head:</p>
<p>&lt;meta name=&#8221;heading&#8221; content=&#8221;My Fancy Title&#8221;/&gt;</p>
<p>This also applies for the&lt;content&gt; tags too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3846</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 17:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3846</guid>
		<description>@aeischeid, We didn&#039;t record the audio, but I&#039;m going to be putting in more content with some better examples so that I can give this talk again.  I hope there are some good hints in it until then.  It really deserves some good concrete examples. </description>
		<content:encoded><![CDATA[<p>@aeischeid, We didn&#8217;t record the audio, but I&#8217;m going to be putting in more content with some better examples so that I can give this talk again.  I hope there are some good hints in it until then.  It really deserves some good concrete examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aeischeid</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3845</link>
		<dc:creator>aeischeid</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3845</guid>
		<description>Thanks, good material. I was unaware of the pageProperty stuff, and I am sure that will come in handy. I am a little confused about the applyLayout slide (23), could you explain that a bit? any chance there was recorded audio to go with this?</description>
		<content:encoded><![CDATA[<p>Thanks, good material. I was unaware of the pageProperty stuff, and I am sure that will come in handy. I am a little confused about the applyLayout slide (23), could you explain that a bit? any chance there was recorded audio to go with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet D'Arcy</title>
		<link>http://colinharrington.net/blog/2010/02/grails-the-view-layer-gum/comment-page-1/#comment-3844</link>
		<dc:creator>Hamlet D'Arcy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/?p=155#comment-3844</guid>
		<description>Submit to Jazoon! You&#039;ll have a free place to stay!</description>
		<content:encoded><![CDATA[<p>Submit to Jazoon! You&#8217;ll have a free place to stay!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
