Upgraded Dandelion-Datatables to the latest release (v0.10.0)
* The old datatables-servlet2 dependency has been removed from the pom.xml * Some attributes have been renamed (e.g. paginate => pageable) * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute
Showing
- pom.xml 3 additions, 9 deletionspom.xml
- src/main/resources/dandelion/datatables/datatables.properties 6 additions, 0 deletions...main/resources/dandelion/datatables/datatables.properties
- src/main/webapp/WEB-INF/jsp/owners/ownersList.jsp 3 additions, 3 deletionssrc/main/webapp/WEB-INF/jsp/owners/ownersList.jsp
- src/main/webapp/WEB-INF/jsp/vets/vetList.jsp 1 addition, 1 deletionsrc/main/webapp/WEB-INF/jsp/vets/vetList.jsp
- src/main/webapp/WEB-INF/web.xml 24 additions, 17 deletionssrc/main/webapp/WEB-INF/web.xml
Loading
Please register or sign in to comment