Dandelion Datatable + Thymeleaf + Pagination Issue -
i trying use dandelion datatable paging thymeleaf. following link article. using 0.2.14 version. when try use
dt:paginationtype="four_button" throws following exception.
it gives me following error
2013-08-07 16:26:59,655 error [org.thymeleaf.templateengine] - <[thymeleaf][http-bio-8080-exec-9] exception processing template "department/departmentlist": not parse expression: "four_button"
please try wrapping "four_button" single quotes follows:
dt:paginationtype="'four_button'"
note in upcoming v0.9.0, single quotes won't necessary longer.
Comments
Post a Comment