Questions tagged as 'thymeleaf'

1
answer

Images sent as an attachment in e-mail with thymeleaf

Hello, I am sending the e-mail template with dynamic data using thymeleaf. The email is displayed correctly with the images, however, the images are also being attached in the body of the email, which should not occur. HTML: <!-- I nee...
asked by 18.10.2017 / 01:49
1
answer

Thymeleaf: how to insert an include within another include?

I'm including a footer as follows in my home: <div th:replace="footer :: footer"></div> And within the footer I need to include some overlays: <div th:include="overlay-terminos-condiciones"></div> <div t...
asked by 18.10.2017 / 15:32
0
answers

Error in project configuration

What I'm missing, I could not find the error. dispatcher-servlet.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/sch...
asked by 04.10.2017 / 01:49
0
answers

Auto search (Auto complete search)

Good afternoon! I'm trying to implement an auto complete search on my system. But so far I have not achieved a satisfactory result. What I want is when the user search goes showing the result, as google does. I already tried it, I already tried...
asked by 06.09.2017 / 22:59
1
answer

Thymeleaf does not display date in HTML5 component

Hello! I'm starting to study thymeleaf next to Spring MVC and I came across a problem I can not solve. I have a date field with the type="date" component of HTML5 in a form, which works 100% when registering. However, when I use the fo...
asked by 02.08.2017 / 20:26
1
answer

Using Thymeleaf in Java Script code

Good evening, friends, I had a javascript code extract using JSP tags that generated a pie chart and it works correctly. I now need to migrate to Thymeleaf and I have no idea how to write the code. The javascript code with the JSP looks like...
asked by 31.07.2017 / 03:19
0
answers

Form window within modal window not aligned + Thymeleaf + Spring Boot

Good afternoon! I'm having trouble rendering a modal window using Thymeleaf. The purpose of Modal is simply to display a form with the details of the Service, without having to redirect the user to another page. The data is loaded correctly. The...
asked by 25.07.2017 / 20:33
0
answers

Update an object automatically on other pages without reloading

Good afternoon! I'd like to know how I can do to update an object in my view without having to reload the page. For example, on the main page of the system, I have 3 panels that shows the number of calls by status: Resolved, Pending, and Unresol...
asked by 13.07.2017 / 22:12
0
answers

Problem generating modal window layout with form using thymeleaf

Good afternoon. I'm getting the bootstrap modal windows and loading the data into the form, but the layout of the form is getting all messed up. I'll leave two photos to show what's happening. How should I stay HowdoesitgetwhenThymeleafgen...
asked by 16.06.2017 / 19:53
1
answer

Add items dynamically to a list using Thymeleaf

In my application, I have a form for adding a determining object to the database. In this object I have a list of other objects. For example, it is as if the object that I am registering is a Sale and the list is Sales Item. How to add multiple...
asked by 22.05.2017 / 01:31