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
1
vote
1 answer

Checking if a map contains key

I try to set value on a list which depends on that if a map (which I redirect from spring controller) contains key which is an user id. My code looks like that: <%@ page session="false"%> <%@ taglib prefix="t" tagdir="/WEB-INF/tags"%> <%@ taglib…
joamor
  • 31
  • 6
1
vote
1 answer

dandelion runtime expression

I have in a dandalion datatable a column with a s:a tag. In this title attribute i want to call getText with a property of my row variable. How can I do it right?
Falk
  • 13
  • 4
1
vote
0 answers

Dandelion Datatables very slow with server side processing and pagination enabled

UPDATE If the number of rows decreases the waiting time decreases as well. If the server side processing is enabled why is this happening? I have 90000 rows but I expect to insert over 100 million. How will this change the software performance? Is…
QGA
  • 3,114
  • 7
  • 39
  • 62
1
vote
1 answer

How to install dandelion datatables

I am trying to install dandelion datatables and I have some problems with the configuration Following the guide here I added the following to my pom javax.servlet jstl
QGA
  • 3,114
  • 7
  • 39
  • 62
1
vote
1 answer

Dandelion Datatables + Thymleaf + dt:format

I've tried to implement the formatting attribute for Dandelion Datatables as specified here using Thymeleaf to no avail, like so:
MuffinMan
  • 889
  • 1
  • 8
  • 28
1
vote
1 answer

Dandelion Datatables checkbox on table header

I want to have a column for checkboxes to select multiple rows. I managed to create a checkbox on each row but i also want to have a checkbox on the tag so that it automatically selects all checkboxes on the column when i check the checkbox on the…
Jasper Bernales
  • 1,601
  • 1
  • 11
  • 16
1
vote
1 answer

Dandelion datatables exporting to Excel - missing export links

I've asked question on Dandelion forum but I did not recieve any answer so I am trying here. AFAIK the creator of Dandelion answers here as well so maybe I will be lucky this time. My stack is Spring 4, Thymeleaf and Dandelion Datatables 0.10.1.…
Chlebik
  • 646
  • 1
  • 9
  • 27
1
vote
1 answer

Spring Boot + Thymeleaf + Dandelion configuration not working

I'm using Spring Boot with Thymeleaf and now I want to add Dandelion datatables, but it doesn't work. Here is my maven dependencies: org.springframework.boot spring-boot-starter-parent
leocborges
  • 4,799
  • 5
  • 32
  • 38
1
vote
1 answer

Adding nested columns to jstl report by datatables dandelion

I am using dandelion in order to show a table (from an hibernate DB):
Mike
  • 1,007
  • 2
  • 16
  • 33
1
vote
1 answer

Spring Java Config and Thymeleaf - Dandelion Datatables config

Attempting to get pagination on datatables using Thymeleaf and Dandelion. According to the docs I need to update a few things: web.xml (javaconfig attempt further down)
1
vote
2 answers

Datatables Spring 4 Hibernate Tiles 3 Configuration Error

I am trying to implement Datatables spring in my project. In RoleController.java file @Controller public class RoleController { @RequestMapping(value = "/masterRole") public ModelAndView about() { RoleDAO dao = new RoleDAOImpl(); List
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

the command yarn run build throw errors

when i try to build my project with yarn run build i get errors that are not exist in my code my code is clean it works fine in my local. I've been stuck for two weeks to resolve this problem please help me to solve this problem. this the errors…
Ait Friha Zaid
  • 1,222
  • 1
  • 13
  • 20
0
votes
2 answers

How can I get rid of the error "Failed at the dandelion_pro@1.4.0 start script."?

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! dandelion_pro@1.4.0 start: `cross-env NODE_ENV=development node server` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the dandelion_pro@1.4.0 start script. npm ERR! This is probably not a…
Shehana Iqbal
  • 71
  • 1
  • 7
0
votes
1 answer

Module not found: Can't resolve './.htaccss' after installing React-boilerplate Dandelion starter project

I have downloaded Dandelion starter-project and decompressed it on a local folder. I ran: npm i npm run build:dll and then npm start then it complains: > dandelion_pro@1.6.1 start /home/......./dandelion/starter-project > cross-env…
assembler
  • 3,098
  • 12
  • 43
  • 84
0
votes
0 answers

How to filter data in Thymeleaf table

I'm a new Thymeleaf developer (Spring-Boot 2.1.5 environment). I want to implement filtering over a list from an Input. When I enter the name of the client in the input it appears on a table (without submit button).
BSL
  • 93
  • 1
  • 10