Questions tagged [dandelion]

Dandelion is a free and Open Source Java framework aimed at making web development simpler in JVM-based environments. It helps to manipulate the web assets (JS, CSS) in many ways: good organization and classical optimizations like minification, compression or caching. It also facilitates the integration of powerful JavaScript libraries thanks to a set of extensible components.

Dandelion is a free and Open Source Java framework aimed at making web development simpler in JVM-based environments.

It helps to manipulate the web assets (JS, CSS) in many ways: good organization and classical optimizations like minification, compression or caching.

It also facilitates the integration of powerful JavaScript libraries thanks to a set of extensible components. All of them provide a Thymeleaf dialect and a JSP taglib, both easy to use and highly configurable.

64 questions
0
votes
1 answer

Dandelion Datatables can't load jquery-ui

Recently I installed Dandelion datatables 1.1.1 and can't figure out how to activate jquery-ui which comes with the core library. I need that to use datepicker. In my project the following architecture is used: src web |__ resources |__ css …
Enigo
  • 3,685
  • 5
  • 29
  • 54
0
votes
1 answer

How to search a date range with dandelion datatables

I am developing a web app using dandelion datatables with server side processing, pagination and filtering. The version I am using is 1.1.0 (JSP) I want to use an external form to update the dataset of my datatable. The table has two fields: Start…
QGA
  • 3,114
  • 7
  • 39
  • 62
0
votes
1 answer

Spring MVC + Dandelion Datables Exception starting filter dandelionFilter

In my Spring MVC application I have used Dandelion Datatables 0.10.1, due to some performance issues I have decided to upgrade the version to 1.0.1 following the official migration guide…
0
votes
1 answer

Dandelion datatables not working on Liberty profile

So I have this test application for simplistic sake. I have it working in Tomcat, but when I deploy the same war to a Liberty profile server it doesn't work. None of the bundleSources or ResourceScanner gets…
ndrone
  • 3,524
  • 2
  • 23
  • 37
0
votes
1 answer

Dandelion Datatables + Thymeleaf Cannot specify custom loading message

I'm trying to specify a custom processing message while Datatables is making an ajax call, however Dandelion Datatables provides no direct dt:config (or whatever) option to set it. I've tried to follow the documentation here and here by specifying…
MuffinMan
  • 889
  • 1
  • 8
  • 28
0
votes
2 answers

DandelionServlet is not being invoked

Here is my problem. I'm trying to setup dandelion datatable on my Spring-boot Thymeleaf application. I believe I have everything wired correctly. I can take the javascript file from the AssetCacheManger that's in the logs and manually invoke the…
ndrone
  • 3,524
  • 2
  • 23
  • 37
0
votes
1 answer

Dandelion DataTables deferRender not working

I am using ajax source to display data on the table. Above my table i have criterias to filter what i want to display in my table. What i want to achieve is to disable initial data load, so when page is loaded I'll get empty table, then after I'll…
Jasper Bernales
  • 1,601
  • 1
  • 11
  • 16
0
votes
1 answer

Spring JPA Repositories Generic FIND WITH Dandelion DatatableCriterias

I found samples on how to implement ajax server-side processing. On the controller the code looks like this. @RequestMapping(value = "/persons") public @ResponseBody DatatablesResponse findAllForDataTablesFullSpring(@DatatablesParams…
Jasper Bernales
  • 1,601
  • 1
  • 11
  • 16
0
votes
1 answer

Where to place the Dandelion datatables configuration on Netbeans

I am working on a spring mvc project with a dandelion datatables plugin. I am only able to use it's css/js when I have an internet connection. What I want is to have a configuration file to set this plugin to standalone mode. My project dirs is…
noob user
  • 3
  • 4
0
votes
2 answers

DandelionException: The file 'resources/.......json' is wrongly formatted

I'm using spring boot with thymeleaf and dandelion. I'm using Gradle to build. The error does not show up when i execute the application as gradlew bootRun This error only occurs when I try to run the jar file using java -jar ....jar NOTE When I…
Faraj Farook
  • 14,385
  • 16
  • 71
  • 97
0
votes
1 answer

Dandelion Datatable taglib column filter not showing

I try to use dandelion datatable taglib on my datatable, this is my code: <%@ taglib prefix="datatables" uri="http://github.com/dandelion/datatables" %>
FAndrew
  • 248
  • 4
  • 22
0
votes
2 answers

dandelion datatables scrollX doesn't work

I have a table with many columns so I would like to add a scrollX ability (scroll right and left) using dandelion datatables as following:
Mike
  • 1,007
  • 2
  • 16
  • 33
0
votes
2 answers

NullpointerException at com.github.dandelion.datatables.core.configuration.Configuration.applyConfiguration only on Tomcat 8 (works fine on Tomcat 7)

I'm getting the following exception for Dandelion datatables when the application is deployed on Tomcat 8. The application works just fine on Tomcat 7. I've searched everywhere but can't find a resolution. Snippet of the trace on Tomcat…
ps2014
  • 35
  • 4
0
votes
1 answer

Dandelion Datatables Custom jqueryUI theme

Recently I integrated datatables with my spring 4 mvc + Hibernate 4 + Tiles 3 Project. Everything is working fine. But I have one issue. My jqueryUI themes are not working properly. Please have a look in below images. 1. Search filter and export…
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

dandelion datatables spring mvc runtime themeoption

I am trying to use jqueryui themes in dandelion datatables. So I started with this link. But, can we pass themeoption at runtime?
prem30488
  • 2,828
  • 2
  • 25
  • 57