Right now to display the data into the table I use c:foreach loops one embeded into the other. The first for row then column. I am using <%> tags to act as counter which I use to give each row and cell a unique id name. This works great. I want to do an input - checkbox if the cell counter is 0 but I cannot figure out how to set the
test string in my c:when condition yet.