<?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: I&#8217;ve released another Grails plugin</title>
	<atom:link href="http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/</link>
	<description>Grails, Apple, usability and world stuff</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:27:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sudhir</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-186795</link>
		<dc:creator>sudhir</dc:creator>
		<pubDate>Mon, 28 Mar 2011 07:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-186795</guid>
		<description>Great plugin, discovered just recently, However the issue is, it doesn&#039;t seem to support global custom field templates. Is there any way that would let me define custom templates for just once and then use it for all requests. I wouldn&#039;t want to customize my template for each request.

Instead of customizing it in GSP, there could be a way to customize them in configuration, or just have partials(_textField.gsp) for each tag.

Answer my question of global templates

But, really helpful plugin. 
Thanks</description>
		<content:encoded><![CDATA[<p>Great plugin, discovered just recently, However the issue is, it doesn&#8217;t seem to support global custom field templates. Is there any way that would let me define custom templates for just once and then use it for all requests. I wouldn&#8217;t want to customize my template for each request.</p>
<p>Instead of customizing it in GSP, there could be a way to customize them in configuration, or just have partials(_textField.gsp) for each tag.</p>
<p>Answer my question of global templates</p>
<p>But, really helpful plugin.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-166225</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Tue, 24 Aug 2010 11:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-166225</guid>
		<description>Shaun - did you follow the link to the plugin docs? they should answer most of your questions.</description>
		<content:encoded><![CDATA[<p>Shaun &#8211; did you follow the link to the plugin docs? they should answer most of your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-166140</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Sun, 22 Aug 2010 14:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-166140</guid>
		<description>Marc - do you have any how-to docs? I just landed on this planet and am not sure how to use/implement your plugin. I think it will do what I need it to (manage default label property values?), but don&#039;t know where to start. 

Appreciate any help,
Shaun</description>
		<content:encoded><![CDATA[<p>Marc &#8211; do you have any how-to docs? I just landed on this planet and am not sure how to use/implement your plugin. I think it will do what I need it to (manage default label property values?), but don&#8217;t know where to start. </p>
<p>Appreciate any help,<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-150123</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-150123</guid>
		<description>Mark, thanks for response. I think the stack limit of 10 will be more than most needed. That&#039;ll be a great feature.

Continuing working with bean-field I noticed that nested withBean are not supported. Is there any way I can display validation errors of domains that are in relationship (one-to-one, one-to-many) with modified bean? For example:

class DomainA {
  static hasOne = [ b:DomainB ]
}

class DomainB {
  String data
  static constraints {
    data(blank:false, inList:[&#039;first&#039;,&#039;second&#039;])
  }
}

And the form is here http://www.everfall.com/paste/id.php?u3po01mh5mby
I have no idea how to force error displaying in this case.

Thanks for the great plugin.</description>
		<content:encoded><![CDATA[<p>Mark, thanks for response. I think the stack limit of 10 will be more than most needed. That&#8217;ll be a great feature.</p>
<p>Continuing working with bean-field I noticed that nested withBean are not supported. Is there any way I can display validation errors of domains that are in relationship (one-to-one, one-to-many) with modified bean? For example:</p>
<p>class DomainA {<br />
  static hasOne = [ b:DomainB ]<br />
}</p>
<p>class DomainB {<br />
  String data<br />
  static constraints {<br />
    data(blank:false, inList:['first','second'])<br />
  }<br />
}</p>
<p>And the form is here <a href="http://www.everfall.com/paste/id.php?u3po01mh5mby" rel="nofollow">http://www.everfall.com/paste/id.php?u3po01mh5mby</a><br />
I have no idea how to force error displaying in this case.</p>
<p>Thanks for the great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149770</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149770</guid>
		<description>Sven you can easily do that with custom field templates that use  with a code using a convention-based name using the bean + field name</description>
		<content:encoded><![CDATA[<p>Sven you can easily do that with custom field templates that use  with a code using a convention-based name using the bean + field name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149748</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149748</guid>
		<description>Awesome, Marc, thanks for developing this - it&#039;s amazingly useful and speeds my Grails development even further. One extra feature that I&#039;m always adding manually and that would clearly be the icing on the cake: kind of a descriptive line. Cool Web startups usually place those directly below the input in small print, i.e. &quot;We need this for whatever reason&quot;. Optionally the template could even hide it below some mouseover-help-icon.

Thanks again for a great plugin!</description>
		<content:encoded><![CDATA[<p>Awesome, Marc, thanks for developing this &#8211; it&#8217;s amazingly useful and speeds my Grails development even further. One extra feature that I&#8217;m always adding manually and that would clearly be the icing on the cake: kind of a descriptive line. Cool Web startups usually place those directly below the input in small print, i.e. &#8220;We need this for whatever reason&#8221;. Optionally the template could even hide it below some mouseover-help-icon.</p>
<p>Thanks again for a great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149738</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149738</guid>
		<description>Denis - that could be a godd idea. I will jira it but it needs some more thought, eg it could be very confusing as to what it will revert to, and do we maintain an unlimited stack?

I normally render GSP templates using g:render to set common field setups.</description>
		<content:encoded><![CDATA[<p>Denis &#8211; that could be a godd idea. I will jira it but it needs some more thought, eg it could be very confusing as to what it will revert to, and do we maintain an unlimited stack?</p>
<p>I normally render GSP templates using g:render to set common field setups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149712</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 28 Sep 2009 23:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149712</guid>
		<description>Hi Marc.
I wonder if you would add the ability to reset any field template to default ones or last used. It&#039;ll need often when developer need to change field template only in the middle of the page or in GSP template which could appear in any part of GSP. I would suggest this:


  
  


Thanks for great plugin.</description>
		<content:encoded><![CDATA[<p>Hi Marc.<br />
I wonder if you would add the ability to reset any field template to default ones or last used. It&#8217;ll need often when developer need to change field template only in the middle of the page or in GSP template which could appear in any part of GSP. I would suggest this:</p>
<p>Thanks for great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149141</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Sun, 20 Sep 2009 20:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149141</guid>
		<description>Hi Ted - yes this is already planned! 

I just had to publish the code I had as a) otherwise it would never happened and b) other projects I have depend on it!</description>
		<content:encoded><![CDATA[<p>Hi Ted &#8211; yes this is already planned! </p>
<p>I just had to publish the code I had as a) otherwise it would never happened and b) other projects I have depend on it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Naleid</title>
		<link>http://www.anyware.co.uk/2005/2009/09/18/ive-released-another-grails-plugin/comment-page-1/#comment-149053</link>
		<dc:creator>Ted Naleid</dc:creator>
		<pubDate>Sat, 19 Sep 2009 18:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/?p=556#comment-149053</guid>
		<description>Looks cool Marc, thanks for putting this together.

A fellow coworker and I put something similar together at a previous workplace.  The code was a little to specific to that company to release publicly unfortunately and I don&#039;t have access to the source anymore.

One enhancement that we had that might be nice for your plugin is an iterator that iterates through all of the fields on the bean, with an order that can be either passed in, by default it could respect the &quot;constraints&quot; order.

Then you could pretty much replace the statically generated grails templates with a simple dynamic template that is customizable, but that automatically adjusts based on changes to the domain class.</description>
		<content:encoded><![CDATA[<p>Looks cool Marc, thanks for putting this together.</p>
<p>A fellow coworker and I put something similar together at a previous workplace.  The code was a little to specific to that company to release publicly unfortunately and I don&#8217;t have access to the source anymore.</p>
<p>One enhancement that we had that might be nice for your plugin is an iterator that iterates through all of the fields on the bean, with an order that can be either passed in, by default it could respect the &#8220;constraints&#8221; order.</p>
<p>Then you could pretty much replace the statically generated grails templates with a simple dynamic template that is customizable, but that automatically adjusts based on changes to the domain class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 11/26 queries in 0.034 seconds using disk: basic

Served from: www.anyware.co.uk @ 2012-02-10 05:09:47 -->
