Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3728187
By: el_fhall
Hi all,
i want to create table that the number of columns changes from table to another.
in fact i want to do this :
<jsp:scriptlet>
request.setAttribute("tabLength",tab.length());
</jsp:scriptlet>
<display:table name="tab">
<display:column property="[1]" title="id" group="1"/>
<display:column property="[2]" title="Matiere" group="2"/>
<display:column property="[5]" title="Cours"/>
<jsp:scriptlet>
while (int rank < tabLength){
<display:column property="[${rank}]" title="rank"/>
}
</jsp:scriptlet>
<display:column property="[${rank}]" title="Total"/>
</display:table>
so haw can i do ?
thanks a lot
______________________________________________________________________
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