<?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: Generate dynamic id&#8217;s for struts html tags</title>
	<atom:link href="http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72</link>
	<description>a new play everyday</description>
	<lastBuildDate>Sat, 21 Jan 2012 09:54:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: anand</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10861</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Sat, 19 Nov 2011 21:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10861</guid>
		<description>thanks much!</description>
		<content:encoded><![CDATA[<p>thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10753</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10753</guid>
		<description>Please remove my comments, your code is correct.</description>
		<content:encoded><![CDATA[<p>Please remove my comments, your code is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10751</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 08:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10751</guid>
		<description>&lt;input type=&quot;text&quot; name=&quot;example&quot; value=&quot;[Ljava.lang.String;@8e&quot; id=&quot;example&quot;&gt;

example </description>
		<content:encoded><![CDATA[<p>&lt;input type=&quot;text&quot; name=&quot;example&quot; value=&quot;[Ljava.lang.String;@8e&quot; id=&quot;example&#8221;&gt;</p>
<p>example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10750</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 08:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10750</guid>
		<description>:(

Another problem...

Your code gets converted to 

&lt;input type=&quot;text&quot; name=&quot;example&quot; value=&quot;[Ljava.lang.String;@8e&quot; id=&quot;example&quot;&gt;</description>
		<content:encoded><![CDATA[<p> <img src='http://www.techtamasha.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Another problem&#8230;</p>
<p>Your code gets converted to </p>
<p>&lt;input type=&quot;text&quot; name=&quot;example&quot; value=&quot;[Ljava.lang.String;@8e&quot; id=&quot;example&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10747</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 07:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10747</guid>
		<description>Well, your code has a small mistake

&lt;html:text property=”example” styleid=”example”&gt;

You didn&#039;t closed the tag in the example.

It should be
&lt;html:text property=”example” styleid=”example”/&gt;</description>
		<content:encoded><![CDATA[<p>Well, your code has a small mistake</p>
<p>&lt;html:text property=”example” styleid=”example”&gt;</p>
<p>You didn&#8217;t closed the tag in the example.</p>
<p>It should be<br />
&lt;html:text property=”example” styleid=”example”/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10746</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 06:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10746</guid>
		<description>Oops, I guess I was wrong and you seem to be right enuf.

because your property is same for all the html textboxes they should come in the example array in action form.</description>
		<content:encoded><![CDATA[<p>Oops, I guess I was wrong and you seem to be right enuf.</p>
<p>because your property is same for all the html textboxes they should come in the example array in action form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gandhi</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10745</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Fri, 11 Nov 2011 06:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10745</guid>
		<description>Can you please post an example where in you generate dynamic elements and how do you get those in Struts Action Form???

The way you have done is
You have created text boxes with names
example0, example1, example2 and so on..

For this I need to know how many dynamic elements will be there at the time of writing the code, so that I can write getter setter in Action Form. Hence this approach is not going to work in case of struts.</description>
		<content:encoded><![CDATA[<p>Can you please post an example where in you generate dynamic elements and how do you get those in Struts Action Form???</p>
<p>The way you have done is<br />
You have created text boxes with names<br />
example0, example1, example2 and so on..</p>
<p>For this I need to know how many dynamic elements will be there at the time of writing the code, so that I can write getter setter in Action Form. Hence this approach is not going to work in case of struts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Norell</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10517</link>
		<dc:creator>Anders Norell</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10517</guid>
		<description>You saved my hair!!  (whats left)
Thanks!!</description>
		<content:encoded><![CDATA[<p>You saved my hair!!  (whats left)<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjeet Kumar Ranjan</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-10318</link>
		<dc:creator>Ranjeet Kumar Ranjan</dc:creator>
		<pubDate>Thu, 06 Oct 2011 21:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-10318</guid>
		<description>Nice trick</description>
		<content:encoded><![CDATA[<p>Nice trick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Sahu</title>
		<link>http://www.techtamasha.com/generate-dynamic-ids-for-struts-html-tags/72/comment-page-1#comment-6960</link>
		<dc:creator>Anup Sahu</dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtamasha.com/?p=72#comment-6960</guid>
		<description>Thank you very much. I was looking for this solution.</description>
		<content:encoded><![CDATA[<p>Thank you very much. I was looking for this solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.803 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-31 13:45:43 -->

