문제

I am trying to use dandelion datatable paging with thymeleaf. I am following this link article. I am using 0.2.14 version. When I try to use

dt:paginationtype="four_button" it 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": 
Could not parse as expression: "four_button" 
도움이 되었습니까?

해결책

Please try wrapping "four_button" with single quotes as follows:

dt:paginationtype="'four_button'"

Note that in the upcoming v0.9.0, the single quotes won't be necessary any longer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top