Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3084973
By: sidgolestane

Thanks,
i sloved it this way by adding columns add runtime:

<display:table name="LIST" sort="list" id="rowid" >
<%
        OrderedMap row = (OrderedMap) rowid;
        MapIterator it2 = row.mapIterator();
        while (it2.hasNext()) 
        {
                String key = (String)it2.next();
                Object value = it2.getValue();
%>
<display:column title="<%=key%>" sortable="true"
headerClass="sortable"><%=value%></display:column>
<%

        }
%>
</display:table>

any feedback?

______________________________________________________________________
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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to