Hi!
I am trying to display dynamic columns, i am able to display those though
but problem is "title" it is not binding values.
<c:forEach var="columnVal" varStatus="status" items="${dataRowList}">
<display:column
title="${columnVal}"
sortable="true">
<c:out value="${columnVal}"/>
</display:column>
</c:forEach>
title does not bind any values, it simply outputs anything as string !!
title="${columnVal}"
Any help would be appreciated.
Thanks,
Anil G
--
View this message in context:
http://www.nabble.com/displaytag-dynamic-title-value-binding---tf2583889.html#a7203355
Sent from the MyFaces - Users mailing list archive at Nabble.com.