Skip to main content
0 votes
0 answers
140 views

I'm trying to populate a dropdown of patient names from a list of strings within my controller. For some reason the dropdown is blank. I've read through several other articles that are similar to my ...
noobs 's user avatar
  • 11
0 votes
1 answer
116 views

I am trying to put a front end on some Java code, I have added a Spring Controller Class. The only code that matters is the viewHomePage method. The Employee Class and allemplist attribute, both ...
JohnnyMo's user avatar
1 vote
1 answer
59 views

I'm working on a Spring Boot application packaged as JAR, with Thymeleaf templates too. I have these URLs: /app/endpoint : REST API with several request mappings with JSON output. /app/login : ...
Pestro's user avatar
  • 145
Advice
8 votes
5 replies
1k views

Spring Boot 4.0 and Spring Framework 7.0 were recently released, and I’m considering upgrading my project. However, my application uses Thymeleaf, specifically the thymeleaf-spring6 integration module,...
Sven's user avatar
  • 2,613
1 vote
1 answer
98 views

In Spring Boot 2.6.0 java 8 application configuration class has content: @Configuration public class Internationalization implements WebMvcConfigurer { // localeResolver, localeChangeInterceptor,...
haoz's user avatar
  • 29
2 votes
1 answer
115 views

I am using Java Spring boot and Thymeleaf. When trying to login with bad credentials, the page freezes for a few minutes, and it says the page isn't working. When I activate debug in application....
Tecco Temtsa's user avatar
1 vote
0 answers
144 views

Foreword: I have been looking for a possible solution for many days, finding nothing really similar to my problem. I am reading Craig Walls's book "Spring in Action" (6th edition) to resume ...
tommaso's user avatar
  • 309
3 votes
0 answers
90 views

I want to build a web page that will have HTML form with a number of select components describing location: country, state, city and street. Choosing value in given select component will update ...
Maciej Bodus's user avatar
2 votes
1 answer
230 views

I'm in the process of doing a technology upgrade for a Spring mvc app. I'm currently using Java 21, Spring 6, and Thymeleaf 3. I've tested the application thoroughly, running it on Tomcat 10. The app ...
Anna R's user avatar
  • 85
0 votes
1 answer
91 views

I'm working on a Spring Boot + Thymeleaf application where I have an edit page. In my controller, I want to use different DTOs for the GET and POST methods: ResponseDto for displaying data and ...
NONAME's user avatar
  • 61
0 votes
1 answer
69 views

I am new to Spring Boot and have a question about the @modelattribute decorator. My form data doesn't post to the Controller. Here's my code: thymeleaf <form th:action="@{/main}" th:...
Mr Heng's user avatar
0 votes
0 answers
101 views

I'm using Spring Boot 3.5.6 with Thymeleaf 3.1.3, and I'm trying to implement a dynamic layout system where I inject a fragment into layout.html using a model attribute. Controller: @GetMapping("/...
IamDMahesh's user avatar
0 votes
0 answers
104 views

I am building an application with Java Spring Boot + Jquery using LiffSDK for my chat application. @GetMapping public String init(@RequestParam String liffChannelId, @RequestParam String ...
TunazZz's user avatar
  • 51
1 vote
0 answers
123 views

I was testing a different Spring Boot + Thymeleaf example projects using 3.5.5 and the Thymeleaf view seemed to break if the 'spring.thymeleaf.enabled' setting was in application.properties. It didn't ...
jla's user avatar
  • 7,524
0 votes
0 answers
70 views

I have a Many-to-Many relationship (train line and train station) and want to - when adding a new object (train station) - pass the via dropdown selected mapped entity (train line) id to the spring ...
dietzi96's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
619