|
Well in the example below var=”cl”
but in the _expression_ it is referenced as “col”. Have you tried
changing the _expression_ to ${cl.label} instead? RB From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Bhatti, Shahzad After searching through
archive, I found this problem is related to jstl tags in display:column not
working within c:foreach. However, I didn't see any resolution. Has anyone seen
this and found a reliable resolution. Apparently the example below had same
problem, I would just like to see the example at http://displaytag.homeip.net/displaytag-examples-1.1/example-columnlist.jsp working. _____________________________________________ I am using displayTag to display a dynamic report
where columns are stored in a metalist. I am using example from <display:table
name="test"> However, in the html report
instead of using value of col.label it's actually spitting
"${col.label}" as it is. Thanks in advance.
PS: I am initializing
${collist} same as the example code, i.e., it is an ArrayList where each
element is Map and map contains 'label' and other properties. |
------------------------------------------------------------------------- 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

