<?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: Creating A Tree Widget Using Struts2</title>
	<atom:link href="http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/</link>
	<description>Manu Mahajan`s blog</description>
	<lastBuildDate>Wed, 14 Jan 2009 12:34:44 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Narayana</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-17624</link>
		<dc:creator>Narayana</dc:creator>
		<pubDate>Fri, 22 Aug 2008 04:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-17624</guid>
		<description>to get tree events capturing issue, i replaced struts2.0.11.jar with struts2.1.x.jar, and also copied dojo pulg-in , but still my code is not capturing events. where i am missing?</description>
		<content:encoded><![CDATA[<p>to get tree events capturing issue, i replaced struts2.0.11.jar with struts2.1.x.jar, and also copied dojo pulg-in , but still my code is not capturing events. where i am missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-4873</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 19 May 2008 17:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-4873</guid>
		<description>A lot of this is new to me.  I&#039;m not a JS person (yet), and still just getting into some html.

In the Category class, you have the menu coded as static.  I have created a map object which is read from a database table I created.  What I&#039;m running into is not being familiar with how the root of the tree would be displayed.  I understand how it is loaded in the example you have - since there is only one, it is being handled via the #request...

My issue is, I have loaded a Map object with my tree info (sort of like Category class), and there are n root levels.  I guess I&#039;m not familiar enough to know if there is a simple way on the getTree call to setup all the root nodes.  I can email my eclipse project for some hacking ;)</description>
		<content:encoded><![CDATA[<p>A lot of this is new to me.  I&#8217;m not a JS person (yet), and still just getting into some html.</p>
<p>In the Category class, you have the menu coded as static.  I have created a map object which is read from a database table I created.  What I&#8217;m running into is not being familiar with how the root of the tree would be displayed.  I understand how it is loaded in the example you have &#8211; since there is only one, it is being handled via the #request&#8230;</p>
<p>My issue is, I have loaded a Map object with my tree info (sort of like Category class), and there are n root levels.  I guess I&#8217;m not familiar enough to know if there is a simple way on the getTree call to setup all the root nodes.  I can email my eclipse project for some hacking <img src='http://www.codepencil.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-4613</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Sat, 17 May 2008 03:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-4613</guid>
		<description>Hi Sean

I didn&#039;t get what you mean by hard coding a menu.

I do have another example at which loads tree nodes based on when the nodes are clicked
http://www.codepencil.com/index.php/struts2-dojo-dynamic-tree/
but I&#039;m not sure if that&#039;s what you are looking for.</description>
		<content:encoded><![CDATA[<p>Hi Sean</p>
<p>I didn&#8217;t get what you mean by hard coding a menu.</p>
<p>I do have another example at which loads tree nodes based on when the nodes are clicked<br />
<a href="http://www.codepencil.com/index.php/struts2-dojo-dynamic-tree/" rel="nofollow">http://www.codepencil.com/index.php/struts2-dojo-dynamic-tree/</a><br />
but I&#8217;m not sure if that&#8217;s what you are looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-4540</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 16 May 2008 18:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-4540</guid>
		<description>Do you have a more dynamic example?  Rather than hard coding the menus?</description>
		<content:encoded><![CDATA[<p>Do you have a more dynamic example?  Rather than hard coding the menus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-166</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Thu, 31 Jan 2008 06:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-166</guid>
		<description>I did a search and found that the dojo/ajax plugin for struts 2.0.11 has not been released yet and is under development. You will have to download the source code and compile it yourself. More information about the source is here
http://struts.apache.org/dev/builds.html</description>
		<content:encoded><![CDATA[<p>I did a search and found that the dojo/ajax plugin for struts 2.0.11 has not been released yet and is under development. You will have to download the source code and compile it yourself. More information about the source is here<br />
<a href="http://struts.apache.org/dev/builds.html" rel="nofollow">http://struts.apache.org/dev/builds.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radhika</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-163</link>
		<dc:creator>radhika</dc:creator>
		<pubDate>Wed, 30 Jan 2008 06:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-163</guid>
		<description>Thanks a lot.
But i could not find the location from which i can download &quot;ajax plugin for struts&quot;. Please can you specify the location from which i can down load it for Struts 2.o.11.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
But i could not find the location from which i can download &#8220;ajax plugin for struts&#8221;. Please can you specify the location from which i can down load it for Struts 2.o.11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-159</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Mon, 28 Jan 2008 15:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-159</guid>
		<description>This post is a little old and refers to struts 2.0.9 If you are using 2.0.11 then this information is not going to be useful for you since 2.0.10 onwards dojo is not a part of struts but a separate plugin. So you need to look for &quot;ajax plugin for struts&quot;. Have a look at the following page
http://struts.apache.org/2.x/docs/ajax.html</description>
		<content:encoded><![CDATA[<p>This post is a little old and refers to struts 2.0.9 If you are using 2.0.11 then this information is not going to be useful for you since 2.0.10 onwards dojo is not a part of struts but a separate plugin. So you need to look for &#8220;ajax plugin for struts&#8221;. Have a look at the following page<br />
<a href="http://struts.apache.org/2.x/docs/ajax.html" rel="nofollow">http://struts.apache.org/2.x/docs/ajax.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radhika</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-157</link>
		<dc:creator>radhika</dc:creator>
		<pubDate>Mon, 28 Jan 2008 11:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-157</guid>
		<description>I followed the instructions as given in the &quot; Capturing node select events&quot; , i added the tree.ftl file but still i am not able to capture the node select event . Is there something else we need to do to capture node select event.I am using struts 2.0.11. Please reply quickly.</description>
		<content:encoded><![CDATA[<p>I followed the instructions as given in the &#8221; Capturing node select events&#8221; , i added the tree.ftl file but still i am not able to capture the node select event . Is there something else we need to do to capture node select event.I am using struts 2.0.11. Please reply quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoaxyCagrog</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-147</link>
		<dc:creator>GoaxyCagrog</dc:creator>
		<pubDate>Thu, 24 Jan 2008 01:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-147</guid>
		<description>Hello! 
Nice site ;) 
Bye</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Nice site <img src='http://www.codepencil.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.codepencil.com/index.php/creating-a-tree-widget-using-struts2/comment-page-1/#comment-128</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Mon, 07 Jan 2008 14:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepencil.com/?p=4#comment-128</guid>
		<description>look here
http://www.quirksmode.org/js/cookies.html</description>
		<content:encoded><![CDATA[<p>look here<br />
<a href="http://www.quirksmode.org/js/cookies.html" rel="nofollow">http://www.quirksmode.org/js/cookies.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
