Linked Questions

7 votes
2 answers
37k views

Good evenning i no longer have a solution ..Ive been hesitating to ask for help but Im litteraly at a dead end . Im working on a Spring boot 2.0.5 Spring MVC 5.0.9, ThymeLeaf 3.0.9 project that needs ...
Nesryna's user avatar
  • 73
1 vote
2 answers
2k views

I am trying to iterate over a list that contains another list. @Entity @Table(name = "session") public class TrainingSession implements Serializable { @Id @GeneratedValue(strategy = GenerationType....
Artur's user avatar
  • 111
2 votes
1 answer
2k views

It is a good practice to use an empty alt attribute for images that don't need or don't have a text description. This is done by setting an empty alt attribute : <img alt=""... However in ...
Raphaël Lemaire's user avatar
0 votes
3 answers
2k views

How to solve this error? I'm using thymeleaf together with spring and there's an error when parsing the following html segment. org.springframework.expression.spel.SpelEvaluationException: EL1007E: ...
gemba09's user avatar
0 votes
1 answer
617 views

I am working on a user login form. It is on my "home.html" , I want to show the username after login(when I get session datas form "login.html" by "Httpsession") Otherwise just hide when it is ...
Shayimerdan's user avatar
0 votes
1 answer
295 views

I'm trying to create a list of elements, but the elements may be added if they satisfy their given conditions, for example : <\div th:with = "$list = { {[condition1] ? [value1 if true] : null, [...
randomtrekker's user avatar
0 votes
1 answer
151 views

I have three Entities User, Albums and Photo, In User l have a collection of Album, in Album l have a collection of photos. Now in my user.htlm i would like to know foreach user the number of album ...
Syllaba Abou Ndiaye's user avatar
0 votes
0 answers
182 views

Refer the payloads 1 and 2 below, "fy" fields are absent in the payload1. I tried with if else conditions, but no luck, still I am getting error. Is there a way to check object present or ...
selvi's user avatar
  • 1,545
0 votes
1 answer
102 views

public class Customer { @Id @GeneratedValue private Integer id; private String email; private Long Apprvamount; @JsonIgnore @OneToMany(mappedBy="customer", fetch = FetchType.LAZY, cascade ...
ankit dubey's user avatar
0 votes
0 answers
99 views

I have a thymeleaf form and I would like to return a NULL value to my underlying controller instead of a blank String. Is there a way to do this directly in thymeleaf or do we have to set that ...
Martin's user avatar
  • 2,326