读书人

关于lt;logic:present标签的有关问题

发布时间: 2012-07-30 16:19:05 作者: rapoo

关于<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">

读书人网 >J2EE开发

热点推荐