I have a couple of ArrayLists with variable length and sometimes null. This ArrayList contains a bunch of objects. The table should have columns based on (some) attributes of the object. And the table should be displayed on a jsp.
I have two ideas, one is to use a JSTL tag the other is to use JavaScript. And library suggestions are welcome.