Posts by Diego Assis • 11 points
3 posts
-
0
votes1
answer279
viewsQ: Format the date with express-handlebars in Nodejs
good night. How do I format the date that comes from the database using express-handlebars? Follow my code below: app js. const handlebars = require('express-handlebars) // Handlebars…
-
0
votes1
answer859
viewsA: Thymeleaf passing 2 parameters to URL
I was able to solve the problem. The URL assembly was wrong. The correct one would be: th:href="@{/produtos/listar?page=${i}&nome=${nome}}"
-
1
votes1
answer859
viewsQ: Thymeleaf passing 2 parameters to URL
Good evening, everyone, I have the following problem: I am trying to pass 2 parameters in the URL using Thymeleaf, but I am not able to recover the value of the variable "name" to pass in the second…