Hello guys.
I'm reading here how to make the tables of spring roo sortable on the client side via javascript.
I managed to do step 1 and 2, but I have an exception doing step 3:
When I do that I get:add the attribute class="sortable" to every table you like to have sortable
How can I add the class tag to my table?Code:org.apache.jasper.JasperException: /WEB-INF/views/dresses/list.jspx(6,142) Attribute class invalid for tag table according to TLD
Thanks all as always,
TD
EDIT: neverming, i added it to the wrong table (list.jspx) rather than the right one (tagle.tagx)


Reply With Quote