I have a 3 different Lists to be displayed in the form of a table using <display:table> tag. I have a java.util.List with strings which is dynamic and want to use this as column headers. How can achieve this. I have an HashMap with each entry containing ArrayList. I want each of these ArrayList in the HashMap to be listed in a single row right below the cloumn headers. Could someone please help me how to achieve making a List as column headers and each of the ArrayList in HashMap as a row in the table?
Please, its very urgent. Any help will be of great help.
Thanks,
Vivek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a 3 different Lists to be displayed in the form of a table using <display:table> tag. I have a java.util.List with strings which is dynamic and want to use this as column headers. How can achieve this. I have an HashMap with each entry containing ArrayList. I want each of these ArrayList in the HashMap to be listed in a single row right below the cloumn headers. Could someone please help me how to achieve making a List as column headers and each of the ArrayList in HashMap as a row in the table?
Please, its very urgent. Any help will be of great help.
Thanks,
Vivek
Hi Vivek,
I am also facing a similar problem.Can you please let me know if you found the solution for the said problem....
Thanx...
Uday