Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3722270
By: el_fhall
I'm a new user of displaytagLib 1.1, i'm on a school web project. my problem
is that the data i need to display in my html table are nested collections of
beans like this :
TypeStageBean having:
- get and set attributes,
- Collection of StageBean
and each StageBean have either:
- get and set attributes
- Collection of CourseBean,
and each CourseBean have his get and set attributes
i tried to do this but it doesn't work :
<display:table name="${TypeStageBean}">
<display:column property="numTypeStage" />
<display:column property="nameTypeStage" />
<display:column property="${StageBean.numStage}" />
<display:column property="${StageBean.nameStage}" />
<display:column property="${StageBean.CourseBean.numCourse}" />
<display:column property="${StageBean.CourseBean.nameCourse}" />
</display:table>
i really can't progress so can you help me thankyou.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user