<s:set name="t" value="%{tree}"/>
// 迭代出子节点
<s:property value="@com.icode.basis.gate.OrganizationGate@writeDtreeNodes(#t)" escape="false"/>
这还是第一次见到这样写的,com.icode.basis.gate.OrganizationGate这是一个类,这是这个类里的静态方法writeDtreeNodes(TreeNode tree)。
不知道这个escape属性在这里是什么意思???
Struts框架详解
2万+

被折叠的 条评论
为什么被折叠?



