尝试一下logic嵌套logic不过没有试验过。
logic中的indexId起到循环变量的作用。

解决方案 »

  1.   

      <logic:iterate id="meetingEquipmentValue" name="meetingEquipmentForm" property="meetingEquipmentList.list">                 
    <bean:write name="meetingEquipmentValue" property="name"/>
      <logic:iterate id="meetingInformationValue" name="meetingEquipmentValue" property="meetingInformations"> //其中meetingInformations是根据meetingEquipmentValue的Id得到的。
    <bean:write name="meetingInformationValue" property="title"/> 
       </logic:iterate> </logic:iterate>
    异常: No getter method for property title of bean meetingInformationValue,
    如何解决这类问题?
      

  2.   


    你看看是不是这里不对。。property="meetingEquipmentList.list">
      

  3.   

    谢谢楼上各位,小弟搞定了,好happy,
    程序员这个职业真他妈有些变态,一会很忧郁,一会又很happy,唉!