<?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: Viewing the source of a compiled GSP in Grails</title>
	<atom:link href="http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 21 Jun 2010 07:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Finding the exception source in Grails views &#171; Filling in the Gaps</title>
		<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/comment-page-1/#comment-50</link>
		<dc:creator>Finding the exception source in Grails views &#171; Filling in the Gaps</dc:creator>
		<pubDate>Sat, 27 Dec 2008 11:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/#comment-50</guid>
		<description>[...] tip to Piraguablog. Possibly related posts: (automatically generated)Efficient Tracking of Exceptions in [...]</description>
		<content:encoded><![CDATA[<p>[...] tip to Piraguablog. Possibly related posts: (automatically generated)Efficient Tracking of Exceptions in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/comment-page-1/#comment-44</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 06 Dec 2008 17:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/#comment-44</guid>
		<description>@Pradeep
Same concept applies even if the template is not in the same folder, for instance, if I had a common GSP in the root of the views folder, you can see the source this way: http://localhost:8080/_addressForm.gsp?showSource</description>
		<content:encoded><![CDATA[<p>@Pradeep<br />
Same concept applies even if the template is not in the same folder, for instance, if I had a common GSP in the root of the views folder, you can see the source this way: <a href="http://localhost:8080/_addressForm.gsp?showSource" onclick="javascript:pageTracker._trackPageview('/outbound/comment/localhost:8080');" rel="nofollow">http://localhost:8080/_addressForm.gsp?showSource</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/comment-page-1/#comment-43</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Tue, 02 Dec 2008 09:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/#comment-43</guid>
		<description>Thanks for you previous response. It helped...
I got another requirement where I need  to get the source of a template which resides out of the parent folder. What I mean is 
For Example: I have a profile.gsp in customer folder and I have a template _demoForm.gsp in Shared folder.
This template is used in profile.gsp.

It will be great if there is some simple solution for getting the source of that template.

Thanks...
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Thanks for you previous response. It helped&#8230;<br />
I got another requirement where I need  to get the source of a template which resides out of the parent folder. What I mean is<br />
For Example: I have a profile.gsp in customer folder and I have a template _demoForm.gsp in Shared folder.<br />
This template is used in profile.gsp.</p>
<p>It will be great if there is some simple solution for getting the source of that template.</p>
<p>Thanks&#8230;<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/comment-page-1/#comment-42</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 30 Nov 2008 22:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/#comment-42</guid>
		<description>@Pradeep - check out http://www.piragua.com/2008/03/31/using-the-showsource-parameter-trick-with-rendered-templates/</description>
		<content:encoded><![CDATA[<p>@Pradeep &#8211; check out <a href="http://www.piragua.com/2008/03/31/using-the-showsource-parameter-trick-with-rendered-templates/"  rel="nofollow">http://www.piragua.com/2008/03/31/using-the-showsource-parameter-trick-with-rendered-templates/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/comment-page-1/#comment-41</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Fri, 28 Nov 2008 10:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://piragua.com/2008/03/15/viewing-the-source-of-a-compiled-gsp-in-grails/#comment-41</guid>
		<description>Hi, nice post! but this way we are only able to get the source generated for the GSP, what if I want to get the source generated for a template. Basically I need to match the error line number in the template with the source generated(if possible). But source only includes the line where render call is made, its not including the full template. Thanks...</description>
		<content:encoded><![CDATA[<p>Hi, nice post! but this way we are only able to get the source generated for the GSP, what if I want to get the source generated for a template. Basically I need to match the error line number in the template with the source generated(if possible). But source only includes the line where render call is made, its not including the full template. Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
