struts的迭代标签嵌套迭代的问题

<logic:iterator>标签classFather(){Setchildren;getter...setter...}然后有List<Father>fathers... <logic:iterator>标签

class Father(){
Set children;
getter...
setter...
}

然后有List<Father> fathers;

用logic:iterator迭代fathers是没问题的,但是在迭代fathers的时候想迭代children就会提示 Cannot find bean: "father.children" in any scope
。怎么解决这种循环嵌套问题?只能用<% %>来内嵌代码吗?

代码
<logic:iterator id="father" name="fathers">
<logic:iterator id="child" name="father.children"></logic:iterator>
</logic:iterator>
展开
 我来答
ヤマザキ266e77
2009-02-23 · TA获得超过2052个赞
知道小有建树答主
回答量:721
采纳率:0%
帮助的人:981万
展开全部
要迭代的如果是某个属性,需要使用property,而不能直接.
<logic:iterator id="father" name="fathers">
<logic:iterator id="child" name="father" property="children">
</logic:iterator>
</logic:iterator>
jiest1986
2009-02-23 · TA获得超过3432个赞
知道小有建树答主
回答量:1013
采纳率:0%
帮助的人:1115万
展开全部
用EL表达式很好解决${father.children}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式