I know folks suggested a format SUGGESTED INSPIRE FORMAT (but its hardwired to a single column for the whole collection) <tr> looping collection <td> looping object properties </td> </tr>
and that works fine to render the collection and its objects and properties... for a single column but I am trying to implement auto-paging... a nearby configurable <select> component that specifies number of objects per row... default=3 so I want to iterate 3 objects and 3 <td> then specify </tr><tr> a new row but how can I do this if the markup is hardwired in the above SUGGESTED INSPIRE FORMAT format? so I am left instrumenting the format and counting and outputting the new row at a specific condition and time of the rendering. and thus far its not apparent how due to the limitations and restrictions... if I violate the SUGGESTED INSPIRE FORMAT the framework is forcing me to keep the tags with exceptions. if I try to render from the java... well I havent got what I am looking for yet. I know what I want. ?