I am using the logic:iterate tag to display a table of info. It is sorted by the first 3 columns which may be repeated. I want to hide these values for all but the first occurance of it (basically making a group by kind of thing). How do I do that in the jsp? All I need to be able to do is compare the value to the same column, one row up.
Thanks!
Thanks!