<?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 for dangertree techblog</title>
	<atom:link href="http://weblog.dangertree.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.dangertree.net</link>
	<description>sweaty programming and disconnected gibberish</description>
	<pubDate>Fri, 12 Mar 2010 02:46:35 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Shane</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56813</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56813</guid>
		<description>Has anyone got this technique working? It all seems to make sense, but I can't get the error handling to work correctly</description>
		<content:encoded><![CDATA[<p>Has anyone got this technique working? It all seems to make sense, but I can&#8217;t get the error handling to work correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Updating multiple parts of a web page in Grails with YUI flavoured piggybacked Ajax calls. &#171; All things Grails and RIA</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56441</link>
		<dc:creator>Updating multiple parts of a web page in Grails with YUI flavoured piggybacked Ajax calls. &#171; All things Grails and RIA</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56441</guid>
		<description>[...] Taylor and Daniel Honig were able to provide these links which helped me a bit with my quest 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Taylor and Daniel Honig were able to provide these links which helped me a bit with my quest 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Jeremy G Flowers</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56412</link>
		<dc:creator>Jeremy G Flowers</dc:creator>
		<pubDate>Fri, 19 Feb 2010 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56412</guid>
		<description>Line 13 of the third listing with function(o)... Should this be prefaced by failure: ???</description>
		<content:encoded><![CDATA[<p>Line 13 of the third listing with function(o)&#8230; Should this be prefaced by failure: ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Jeremy G Flowers</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56409</link>
		<dc:creator>Jeremy G Flowers</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56409</guid>
		<description>Have been looking at an example Dan Wellman did of a Dialog in the Packt YUi book and he always created a namespace to begin with before adding components.
eg
YAHOO.namespace("grailsUI.dialog");
Then current code for line like: 
function init_dlg_LocationDialog() { 
becomes:
YAHOO.grailsUI.dialog.init_dlg_LocationDialog = function () {
and you use the fully qualified namespace in the onDOMReady Event method...
Is there any reason why this approach wasn't taken with the plug-in?</description>
		<content:encoded><![CDATA[<p>Have been looking at an example Dan Wellman did of a Dialog in the Packt YUi book and he always created a namespace to begin with before adding components.<br />
eg<br />
YAHOO.namespace(&#8221;grailsUI.dialog&#8221;);<br />
Then current code for line like:<br />
function init_dlg_LocationDialog() {<br />
becomes:<br />
YAHOO.grailsUI.dialog.init_dlg_LocationDialog = function () {<br />
and you use the fully qualified namespace in the onDOMReady Event method&#8230;<br />
Is there any reason why this approach wasn&#8217;t taken with the plug-in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Jeremy G Flowers</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56407</link>
		<dc:creator>Jeremy G Flowers</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56407</guid>
		<description>Why did you need to do the window.location.reload()?  
You've also got a type in the open for edit  comment "refelects"</description>
		<content:encoded><![CDATA[<p>Why did you need to do the window.location.reload()?<br />
You&#8217;ve also got a type in the open for edit  comment &#8220;refelects&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs by Jeremy G Flowers</title>
		<link>http://weblog.dangertree.net/2009/02/20/360-degrees-of-form-processing-with-grails-and-grailsui-modal-dialogs/comment-page-1/#comment-56406</link>
		<dc:creator>Jeremy G Flowers</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=289#comment-56406</guid>
		<description>id= we set locationForm so that we can access this dialog later as GRAILSUI.locationForm
Don't you mean locationDialog? locationForm is the part of the page you are updating, right?</description>
		<content:encoded><![CDATA[<p>id= we set locationForm so that we can access this dialog later as GRAILSUI.locationForm<br />
Don&#8217;t you mean locationDialog? locationForm is the part of the page you are updating, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goodbye cable, hello internet TV by Michael</title>
		<link>http://weblog.dangertree.net/2010/02/06/goodbye-cable-hello-internet-tv/comment-page-1/#comment-56029</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 12 Feb 2010 03:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/?p=627#comment-56029</guid>
		<description>I hooked up a MacBook to my TV. I had similar experiences with Netflix. Hulu Desktop is great. The picture looks good, but sometimes I notice dropped frames = jerky motion on screen. Not sure if this is an "infrastructure" issue with my setup or a problem with Hulu. I am kind of tempted to boot my Macbook into Windows just because Flash is so much better on Windows. I have a feeling that both Netflix (which uses Silverlight on Mac, but has an optimized player for Windows) and Hulu would greatly benefit.</description>
		<content:encoded><![CDATA[<p>I hooked up a MacBook to my TV. I had similar experiences with Netflix. Hulu Desktop is great. The picture looks good, but sometimes I notice dropped frames = jerky motion on screen. Not sure if this is an &#8220;infrastructure&#8221; issue with my setup or a problem with Hulu. I am kind of tempted to boot my Macbook into Windows just because Flash is so much better on Windows. I have a feeling that both Netflix (which uses Silverlight on Mac, but has an optimized player for Windows) and Hulu would greatly benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using GrailsUI dataTable tag by Matthew Taylor</title>
		<link>http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/comment-page-2/#comment-56010</link>
		<dc:creator>Matthew Taylor</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/#comment-56010</guid>
		<description>Also, you will all have much more luck posting questions to the &lt;a href="http://weblog.dangertree.net/2010/01/28/for-grailsui-help-post-to-the-mailing-list/" rel="nofollow"&gt;mailing list&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Also, you will all have much more luck posting questions to the <a href="http://weblog.dangertree.net/2010/01/28/for-grailsui-help-post-to-the-mailing-list/" rel="nofollow">mailing list</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using GrailsUI dataTable tag by Matthew Taylor</title>
		<link>http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/comment-page-2/#comment-56009</link>
		<dc:creator>Matthew Taylor</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/#comment-56009</guid>
		<description>When you call addFilter(), it only tells the dataTable to add some new paramaters to the ajax call it makes to the server to populate itself with data. You don't have to save anything into a JavaScript variable. Remember when you are rendering JavaScript within a GSP, you are actually programming in 2 languages, so 

GRAILSUI.dt2.addFilter(’myColumn’, myValue);

If "myValue" is a Groovy variable, you'll need to inject it into the JavaScript like this:

GRAILSUI.dt2.addFilter(’myColumn’, ${myValue});</description>
		<content:encoded><![CDATA[<p>When you call addFilter(), it only tells the dataTable to add some new paramaters to the ajax call it makes to the server to populate itself with data. You don&#8217;t have to save anything into a JavaScript variable. Remember when you are rendering JavaScript within a GSP, you are actually programming in 2 languages, so </p>
<p>GRAILSUI.dt2.addFilter(’myColumn’, myValue);</p>
<p>If &#8220;myValue&#8221; is a Groovy variable, you&#8217;ll need to inject it into the JavaScript like this:</p>
<p>GRAILSUI.dt2.addFilter(’myColumn’, ${myValue});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using GrailsUI dataTable tag by beginner_</title>
		<link>http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/comment-page-2/#comment-55989</link>
		<dc:creator>beginner_</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.dangertree.net/2008/11/02/using-grailsui-datatable-tag/#comment-55989</guid>
		<description>[quote]
These allow you to add additional query data along with the requests sent to the controller. You can add as many filters as you like, and they will all be sent with the ajax request. You’ll have to handle them on the server side appropriately.
[/quote]

ok, consider i'm a complete noobin anything and an idiot, how would you explain it then?



  YAHOO.util.Event.onDOMReady(function() {

    GRAILSUI.dt2.addFilter('myColumn', myValue);

  });


is this correct?
Assuming myValue should be ${myDomainClass.myColumn}, how to I get this value into a javascript variable?
What happens to the controller?

Goal: display a yui-table in the the drilldown of the parent yui-table, soemkind of master-detail.</description>
		<content:encoded><![CDATA[<p>[quote]<br />
These allow you to add additional query data along with the requests sent to the controller. You can add as many filters as you like, and they will all be sent with the ajax request. You’ll have to handle them on the server side appropriately.<br />
[/quote]</p>
<p>ok, consider i&#8217;m a complete noobin anything and an idiot, how would you explain it then?</p>
<p>  YAHOO.util.Event.onDOMReady(function() {</p>
<p>    GRAILSUI.dt2.addFilter(&#8217;myColumn&#8217;, myValue);</p>
<p>  });</p>
<p>is this correct?<br />
Assuming myValue should be ${myDomainClass.myColumn}, how to I get this value into a javascript variable?<br />
What happens to the controller?</p>
<p>Goal: display a yui-table in the the drilldown of the parent yui-table, soemkind of master-detail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
