Results 1 to 1 of 1

Thread: Attribute class invalid for tag table according to TLD

  1. #1

    Default Attribute class invalid for tag table according to TLD

    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:
    add the attribute class="sortable" to every table you like to have sortable
    When I do that I get:
    Code:
    org.apache.jasper.JasperException: /WEB-INF/views/dresses/list.jspx(6,142) Attribute class invalid for tag table according to TLD
    How can I add the class tag to my table?
    Thanks all as always,
    TD

    EDIT: neverming, i added it to the wrong table (list.jspx) rather than the right one (tagle.tagx)
    Last edited by tylerdurden83; Mar 13th, 2013 at 06:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •