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
5
votes
1 answer

Dandelion Datatable + Thymeleaf + Pagination Issue

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…
Sunny Dyal
  • 253
  • 4
  • 13
4
votes
2 answers

Spring Boot Dandelion Datatables Thymeleaf search between dates

I am Dandelion datatables with Spring Boot and thymeleaf. This is my code for a table i want to show all logs at.
user5672248
4
votes
0 answers

How to reload row in datatables

I have read many posts that talks about this but still I cannot find a clear answer to my question I need to reload only 1 row when I click on a button At the moment, I send an ajax request to the server that change a boolean value. The request…
QGA
  • 3,114
  • 7
  • 39
  • 62
3
votes
2 answers

Error with dandelion datatables - Failed to load resource: the server responded with a status of 404 (Not Found)

I have installed for the first time dandelion datatables. I followed this guide. I am using version 1.0.1 Can you help me to troubleshoot the following errors: Failed to load resource: the server responded with a status of 404 (Not Found)…
QGA
  • 3,114
  • 7
  • 39
  • 62
3
votes
1 answer

setting the number of visible rows in a dandelion datatable

I want a dandelion datatable to show 15 rows at a time instead of the default 10 rows. Can someone show me how to accomplish this? Here is some code that I displaying 10 rows at a time with pagination controls to scroll between sets of 10 rows: …
CodeMed
  • 9,527
  • 70
  • 212
  • 364
2
votes
0 answers

Enzyme Internal Error: unknown node with tag 15 using React Boiler Plate

Using Jest for my tests, I just downloaded and installed React Boilerplate with Dandelion Template and configured Jest, when running npm test this is what came up: this is the test the error it pointing to: import React from 'react'; import {…
assembler
  • 3,098
  • 12
  • 43
  • 84
2
votes
1 answer

java.lang.NullPointerException at com.github.dandelion.core.web.AssetRequestContext.get(AssetRequestContext.java:147)

Migrating from dandelion datatables 0.10.0 to 1.1.0 Hi I am trying to upgrade dandelion datatables in my project and I am getting following error. java.lang.NullPointerException at…
prem30488
  • 2,828
  • 2
  • 25
  • 57
2
votes
2 answers

Dandelion DataTable Theamleaf - Pagination loosed

I'm using Dandelion DataTable component in version 1.1.0, Thymeleaf and Spring MVC I can filter the table with number of data and i can use the pagination. I've problem with this scenario : I click in one line of data and i show its detail in new…
fay.doca
  • 31
  • 7
2
votes
1 answer

Custom column with AJAX sourced table using Dandelion Datatables

I've been using Dandelion Datatables for a time now with the data attribute. I've started yesterday using the url attribute and now I'm not able to do custom columns. I have the following:
Alfergon
  • 5,463
  • 6
  • 36
  • 56
2
votes
0 answers

Dandelion datatables incorrect loading when added via ajax

On a project using Spring MVC 4.0.6, Dandelion Datatables 1.1.0 with Dandelion Datatables Jsp 1.1.0, I have two jsps: JSP1(simplified) <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="c"…
Alfergon
  • 5,463
  • 6
  • 36
  • 56
2
votes
1 answer

Could not instantiate bean class [com.github.dandelion.datatables.core.ajax.DatatablesCriterias]: No default constructor found

Do you know why I am getting this error? SEVERE: Servlet.service() for servlet [enemr] in context with path [/enemr] threw exception [Request processing failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not…
QGA
  • 3,114
  • 7
  • 39
  • 62
2
votes
0 answers

Thymeleaf-Spring BigDecimal formatting with @NumberFormat adds extra symbols

I'm using Thymeleaf 2.1.2.RELEASE with Spring MVC 4.0.4.RELEASE I have a dynamic form that I use to add new order lines to an order. The problem I am facing is that each time I add a line and the content is re-rendered then an extra symbol is added…
Magnus Smith
  • 827
  • 2
  • 11
  • 28
1
vote
0 answers

Dandelion datatables export to excel not working

We have a basic java web application using springboot(ver 1.5) & maven. We are using thymeleaf and dandelion for the presentation layer. Dandelion was added so we can use datatables. The datatables are working fine, they are sortable, searchable,…
ibabulldog
  • 11
  • 1
1
vote
0 answers

Dandelion failed to start when project run as jar file

When I run project is package as jar file,following errors appeared. [localhost].[/].[dispatcherServlet] -> Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception java.lang.NullPointerException: null …
mrtasln
  • 41
  • 1
  • 7
1
vote
1 answer

Exception creating table with Dandelion DataTables

I am trying to create table using Dandelion library and I am following their documentation Dandelion but for some reason it is throwing huge exception. I've configured the entries in my web.xml and I have the tag in my jsp page as well. The table…
David
  • 257
  • 1
  • 8
  • 24
1
2 3 4 5