<?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>评论：Struts2 Tree标签的使用</title>
	<atom:link href="http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/</link>
	<description>专注电子商务领域，关注无线互联网，关注新媒体；Yeeach.com用于记录我技术生涯的点滴</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:18:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：新建文件夹</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-732</link>
		<dc:creator>新建文件夹</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-732</guid>
		<description>有问题：

Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in template/ajax/treenode-include.ftl.
The problematic instruction:
----------
==&gt; ${stack.findValue(parameters.nodeTitleProperty)} [on line 23, column 46 in template/ajax/treenode-include.ftl]
 in include &quot;/${parameters.templateDir}/ajax/treenode-include.ftl&quot; [on line 124, column 5 in template/ajax/tree.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in template/ajax/treenode-include.ftl.
	at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
	at freemarker.core.Expression.getStringValue(Expression.java:118)
	at freemarker.core.Expression.getStringValue(Expression.java:93)
	at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
	at freemarker.core.Environment.visit(Environment.java:208)
	at freemarker.core.MixedContent.accept(MixedContent.java:92)
	at freemarker.core.Environment.visit(Environment.java:208)
	at freemarker.core.Environment.include(Environment.java:1477)
	at freemarker.core.Include.accept(Include.java:169)
	at freemarker.core.Environment.visit(Environment.java:208)
	at freemarker.core.MixedContent.accept(MixedContent.java:92)

....(省略更多堆栈信息)

怎么解决呢？</description>
		<content:encoded><![CDATA[<p>有问题：</p>
<p>Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in template/ajax/treenode-include.ftl.<br />
The problematic instruction:<br />
&#8212;&#8212;&#8212;-<br />
==&gt; ${stack.findValue(parameters.nodeTitleProperty)} [on line 23, column 46 in template/ajax/treenode-include.ftl]<br />
 in include &#8220;/${parameters.templateDir}/ajax/treenode-include.ftl&#8221; [on line 124, column 5 in template/ajax/tree.ftl]<br />
&#8212;&#8212;&#8212;-</p>
<p>Java backtrace for programmers:<br />
&#8212;&#8212;&#8212;-<br />
freemarker.core.InvalidReferenceException: Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in template/ajax/treenode-include.ftl.<br />
	at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)<br />
	at freemarker.core.Expression.getStringValue(Expression.java:118)<br />
	at freemarker.core.Expression.getStringValue(Expression.java:93)<br />
	at freemarker.core.DollarVariable.accept(DollarVariable.java:76)<br />
	at freemarker.core.Environment.visit(Environment.java:208)<br />
	at freemarker.core.MixedContent.accept(MixedContent.java:92)<br />
	at freemarker.core.Environment.visit(Environment.java:208)<br />
	at freemarker.core.Environment.include(Environment.java:1477)<br />
	at freemarker.core.Include.accept(Include.java:169)<br />
	at freemarker.core.Environment.visit(Environment.java:208)<br />
	at freemarker.core.MixedContent.accept(MixedContent.java:92)</p>
<p>&#8230;.(省略更多堆栈信息)</p>
<p>怎么解决呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hw</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-723</link>
		<dc:creator>hw</dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-723</guid>
		<description>代码写的够烂</description>
		<content:encoded><![CDATA[<p>代码写的够烂</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：No_limits58</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-714</link>
		<dc:creator>No_limits58</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-714</guid>
		<description>I have been working in a temporary part time position for over a year. ,</description>
		<content:encoded><![CDATA[<p>I have been working in a temporary part time position for over a year. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：BadGirl76</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-710</link>
		<dc:creator>BadGirl76</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-710</guid>
		<description>Mark,It&#039;s not Google&#039;s fault that there&#039;s not a proper app. ,</description>
		<content:encoded><![CDATA[<p>Mark,It&#8217;s not Google&#8217;s fault that there&#8217;s not a proper app. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：oozoh</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-595</link>
		<dc:creator>oozoh</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-595</guid>
		<description>非常感谢楼主的分享。收藏了。</description>
		<content:encoded><![CDATA[<p>非常感谢楼主的分享。收藏了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：aaa</title>
		<link>http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/comment-page-1/#comment-222</link>
		<dc:creator>aaa</dc:creator>
		<pubDate>Thu, 07 Aug 2008 07:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeeach.com/2008/04/01/struts2-tree%e6%a0%87%e7%ad%be%e7%9a%84%e4%bd%bf%e7%94%a8/#comment-222</guid>
		<description>hao thank you!!!</description>
		<content:encoded><![CDATA[<p>hao thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
