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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -