I am useing the div tag approach on my web page. I have a div tag being populated with a
JSP that depending on user input will be populated with a list of check boxes.
The checkboxed represent a list of values from a remote data source.
The number of check boxes will be dynamic and there value(checked or not) will be determined from data source values.
I currently have this working using javascript to build a table.
Would it be better to use JSTL in the JSP to do this?