| 发表于:2007-04-19 12:29:30 楼主 |
在action中将arraylist放进session里面并命名为m,m中存放的是一系列对象t(model), 然后在jsp页面中显示t的属性,我该如何做呢?请大家指教~ 我的代码如下: <logic:iterate id= "elementdata " name= "m "> <logic:iterate id= "elementvalue " name= "elementdata "> <bean:write name= "elementvalue " property= "* "> …… </logic:iterate> </logic:iterate> 报错是:cann 't creat iterator for this collection 请各位帮帮忙! |
|
|
|
|