Hi All,
I found my answer to my question but I had to resort to using scripting in my JSP wherein I need to display something like this.
element1 element2 element3
element4 element5 element6
element7 element8 element9
wherein each element represents 1 checkbox. Some sort of a minesweeper game on the web.
I cant find any ways on how to implement this using
struts tag alone only.
My JSP looks bad with scripting on it and I cant generate a closing </tr> tag for my JSP also. But either way, my browser interpreted it as is and displayed it correctly.
Hope someone has better idea on how to implement this because I'm trying to avoid scripting in my JSP. But on my own, I think scripting still comes handy in some rare cases, am i right in this? Thanks.