thymeleaf tag

15 questions


1 answers
330 views
0
I want SpringBoot to be able to send type="date" empty

I'm creating an app with SpringBoot, and I want to be able to send it empty without entering a date.However, if you send it empty, the type conversion from String type to Date type will be obvious, bu...


1 answers
318 views
0
I want SpringBoot to be able to send type="date" empty

I'm creating an app with SpringBoot, and I want to be able to send it empty without entering a date.However, if you send it empty, the type conversion from String type to Date type will be obvious, bu...


1 answers
304 views
0
If you foreach a modal, only the same data is detected.

Techniques usedjava, springboot, bootstrap, thymeleafWhat do you want to doI would like to send the application number and status after the modal confirmation operation.ProblemsAfter opening the modal...


1 answers
292 views
0
Unable to test controller with jUnit/Springboot multiple submit buttons

I am currently creating the springboot application and as the title suggests, I have placed several submit buttons on the form.I'd like to do a single test on the controller method, but the request do...


1 answers
84 views
0
The text does not reflect the new line code of the value sent from the SpringBoot Thymeleaf form and stored in the DB.

A string containing a new line entered from textarea is stored in a DB with a new line code and I would like to display it as th:text on another page with a new line.When I output CSV of values regist...

1 years ago

1 answers
110 views
0
I want to write a conditional expression using a trinomial operator in thymeleaf.

I would like to write a conditional expression using the thymeleaf trinomial operator.1, In the case of prod.Num=='12', indicate 'preparing'.2, If prod.Num=='13'&prod.sis=='spring', I would like t...

1 years ago

1 answers
83 views
0
Understanding the Initial Selection of the Radio Button for thymeleaf

The following is written in thymeleaf, but the initial value is not selected.<input type=radioth:value=${item.id}th:field=*{selectId}checked/>The problem seems to be using th:field (it is initia...

1 years ago

1 answers
53 views
0
I want to change the screen transition destination according to the contents entered in the form.

I just started developing Spring Boot + Thymeleaf + MySQL.I'd like to change the screen transition destination according to what you fill in the form, but it's not working.For example, if you type 1 (...


2 answers
113 views
0
I want to display the characters of the escape sequence in my browser.

The Springboot controller is trying to display the values converted below in HTML5.String text=\100.String disp=text.replaceAll(\\\, &yen;);→&yen;100.I want to display this on the HTML5 side, ...

1 years ago

1 answers
106 views
0
Regarding the cost of description when jsp or thymeleaf is introduced

Nice to meet you.I would like to ask you a question about the content of the title.I heard that creating jsp based on html is a very difficult task.First of all, I think the following points can be ra...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.