I have a sorted Set of String and I need to display it using jsp/html.
How can I display it in the following format using JSTL or struts tags? This list in the display will grow sideways instead of top to bottom. I was thinking about having 25 rows and N number of columns(which increases as the size of the set increases).
AAB CCD FAA
ABA CCE FAB
ABB CDE FBB
BAA DAA FCC
BAB DAB FDD
BBB DBA FEE
CAA DDD FFF
CBA EAA
CBB EAB
Thank you for the help.