<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Struts 2 Form Control Templates</title>
	<atom:link href="http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/</link>
	<description>Because programming is depressing</description>
	<lastBuildDate>Thu, 05 Nov 2009 23:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abby</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-817</link>
		<dc:creator>Abby</dc:creator>
		<pubDate>Mon, 08 Dec 2008 11:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-817</guid>
		<description>Helpful but I think I am still falling short of what I need. I tried understanding the style definitions but still cannot find the default style settings for textfield which is what I am looking for.</description>
		<content:encoded><![CDATA[<p>Helpful but I think I am still falling short of what I need. I tried understanding the style definitions but still cannot find the default style settings for textfield which is what I am looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tenchimyo</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-802</link>
		<dc:creator>tenchimyo</dc:creator>
		<pubDate>Wed, 22 Oct 2008 18:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-802</guid>
		<description>I believe if you specify the labelposition attribute to &quot;left&quot; then this will not produce an extra . By default the label position is on top and that seems to produce this </description>
		<content:encoded><![CDATA[<p>I believe if you specify the labelposition attribute to &#8220;left&#8221; then this will not produce an extra . By default the label position is on top and that seems to produce this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb L.</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-154</link>
		<dc:creator>Seb L.</dc:creator>
		<pubDate>Thu, 17 Apr 2008 10:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-154</guid>
		<description>Hi,

It is a very interesting article !

I would like to know if it is possible to add custom parameter to a template with the &lt;s:param /&gt; tag ? And so, how to get the value of this parameter in the template ?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It is a very interesting article !</p>
<p>I would like to know if it is possible to add custom parameter to a template with the &lt;s:param /&gt; tag ? And so, how to get the value of this parameter in the template ?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebi</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-153</link>
		<dc:creator>ebi</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-153</guid>
		<description>you&#039;ve just help me resolve an issue i had which was basically to remove the row elements from a textfield tag.</description>
		<content:encoded><![CDATA[<p>you&#8217;ve just help me resolve an issue i had which was basically to remove the row elements from a textfield tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edson</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-152</link>
		<dc:creator>Edson</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-152</guid>
		<description>how a could i use select with this example? Has anyone worked with this?
I try:
text.ftl :

&quot;
for=&quot;${parameters.id?html}&quot;

&gt;${parameters.label?html}


&quot;

jsp:

&quot;

	&quot;


but display no values in the list.


thank you.</description>
		<content:encoded><![CDATA[<p>how a could i use select with this example? Has anyone worked with this?<br />
I try:<br />
text.ftl :</p>
<p>&#8221;<br />
for=&#8221;${parameters.id?html}&#8221;</p>
<p>&gt;${parameters.label?html}</p>
<p>&#8221;</p>
<p>jsp:</p>
<p>&#8221;</p>
<p>	&#8221;</p>
<p>but display no values in the list.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edson</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-151</link>
		<dc:creator>Edson</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-151</guid>
		<description>how a could i use select with this example? Has anyone worked with this?
I try:
text.ftl :


for=&quot;${parameters.id?html}&quot;

&gt;${parameters.label?html}




jsp:






but display no values in the list.


thank you.</description>
		<content:encoded><![CDATA[<p>how a could i use select with this example? Has anyone worked with this?<br />
I try:<br />
text.ftl :</p>
<p>for=&#8221;${parameters.id?html}&#8221;</p>
<p>&gt;${parameters.label?html}</p>
<p>jsp:</p>
<p>but display no values in the list.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arsenalist</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-150</link>
		<dc:creator>arsenalist</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-150</guid>
		<description>An error in your FTL file.</description>
		<content:encoded><![CDATA[<p>An error in your FTL file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edson</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-149</link>
		<dc:creator>Edson</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-149</guid>
		<description>Hello, what happing?

10:57:43,234 ERROR [FreemarkerTemplateEngine] Could not load template /template/mytheme/text
10:57:43,234 ERROR [UIBean] error when rendering
freemarker.core.ParseException: Unexpected end of file reached.

        at freemarker.core.FMParser.generateParseException(FMParser.java:4635)
        at freemarker.core.FMParser.jj_consume_token(FMParser.java:4506)
        at freemarker.core.FMParser.LooseDirectiveEnd(FMParser.java:2302)
        at freemarker.core.FMParser.Include(FMParser.java:1699)
        at freemarker.core.FMParser.FreemarkerDirective(FMParser.java:2344)
        at freemarker.core.FMParser.Content(FMParser.java:2574)
        at freemarker.core.FMParser.OptionalBlock(FMParser.java:2742)
        at freemarker.core.FMParser.Root(FMParser.java:2914)
        at freemarker.template.Template.(Template.java:149)
        at freemarker.cache.TemplateCache.loadTemplate(TemplateCache.java:376)
        at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:347)
        at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:229)



Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, what happing?</p>
<p>10:57:43,234 ERROR [FreemarkerTemplateEngine] Could not load template /template/mytheme/text<br />
10:57:43,234 ERROR [UIBean] error when rendering<br />
freemarker.core.ParseException: Unexpected end of file reached.</p>
<p>        at freemarker.core.FMParser.generateParseException(FMParser.java:4635)<br />
        at freemarker.core.FMParser.jj_consume_token(FMParser.java:4506)<br />
        at freemarker.core.FMParser.LooseDirectiveEnd(FMParser.java:2302)<br />
        at freemarker.core.FMParser.Include(FMParser.java:1699)<br />
        at freemarker.core.FMParser.FreemarkerDirective(FMParser.java:2344)<br />
        at freemarker.core.FMParser.Content(FMParser.java:2574)<br />
        at freemarker.core.FMParser.OptionalBlock(FMParser.java:2742)<br />
        at freemarker.core.FMParser.Root(FMParser.java:2914)<br />
        at freemarker.template.Template.(Template.java:149)<br />
        at freemarker.cache.TemplateCache.loadTemplate(TemplateCache.java:376)<br />
        at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:347)<br />
        at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:229)</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-146</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 24 May 2007 14:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-146</guid>
		<description>Thanks for the info.  That worked, but it still isn&#039;t up to the quality of the xhtml theme.... I wish it were because I am a fan of css-based layouts, but in this case I may have to leave the form and the form only rendering with the xhtml template</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  That worked, but it still isn&#8217;t up to the quality of the xhtml theme&#8230;. I wish it were because I am a fan of css-based layouts, but in this case I may have to leave the form and the form only rendering with the xhtml template</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arsenalist</title>
		<link>http://depressedprogrammer.wordpress.com/2007/04/11/struts-2-form-control-templates/#comment-147</link>
		<dc:creator>arsenalist</dc:creator>
		<pubDate>Wed, 23 May 2007 16:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/04/11/struts-2-form-control-templates/#comment-147</guid>
		<description>Try this CSS.  It uses &quot;div.wwgrp br&quot; instead of &quot;.wwgrp br&quot; but that shouldn&#039;t make a difference.  Maybe it&#039;s one of the other styles that you&#039;re missing.

This is working fine for me in FF1,2 and IE6,7

div.wwgrp br {
    display: none;
}

div.wwlbl {
    float: left;
    clear: both;
}

div.wwctrl {
    float: right;
}</description>
		<content:encoded><![CDATA[<p>Try this CSS.  It uses &#8220;div.wwgrp br&#8221; instead of &#8220;.wwgrp br&#8221; but that shouldn&#8217;t make a difference.  Maybe it&#8217;s one of the other styles that you&#8217;re missing.</p>
<p>This is working fine for me in FF1,2 and IE6,7</p>
<p>div.wwgrp br {<br />
    display: none;<br />
}</p>
<p>div.wwlbl {<br />
    float: left;<br />
    clear: both;<br />
}</p>
<p>div.wwctrl {<br />
    float: right;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
