Can someone please tell me how to pass a HashMap to DisplayTag and have the key and the value be accessed? I'd like the key in one column, and the value in another, is there a way to access these?

Below does NOT work:

<display:table id="tab" name="${fileStructure}">
<display:column title="FileName"sortable="true">${tab.key}</display:column>/>
<display:column title="Title"sortable="true">${tab.value}</display:column>/>
</display:table>


Thanks,

- Nic


------------------------------------------------------- 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