日期:2014-05-19  浏览次数:20633 次

关于<logic:present标签的问题
我在jsp页面中有这样一行<logic:present name="appendClaimForm" property="AppendClaimList">
appendClaimForm为页面对应的form类,AppendClaimList是这个form类中的一个ArrayList,我在读取得时候有给AppendClaimList付值,但是<logic:present name="appendClaimForm">这个就成立,加上AppendClaimList后这个<logic:present name="appendClaimForm" property="AppendClaimList">
不成立,不知道怎么回事。请教大家了。

------解决方案--------------------
<logic:present name="appendClaimForm" property="AppendClaimList">
确定是这样写的
而不是
<logic:present name="appendClaimForm" property="appendClaimList">
------解决方案--------------------
探讨
<logic:present name="appendClaimForm" property="AppendClaimList">
确定是这样写的
而不是
<logic:present name="appendClaimForm" property="appendClaimList">