0
To solve just initialize Entity with null value, so nothing will be displayed. Simple like this.
// Inicializa integer com valor igual a null.
Integer entity = null;
0
1
To solve just initialize Entity with null value, so nothing will be displayed. Simple like this.
// Inicializa integer com valor igual a null.
Integer entity = null;
Browser other questions tagged java spring-mvc thymeleaf
You are not signed in. Login or sign up in order to post.
I’m sorry but my n accepted of error. @Notnull //Line break// @Column(name = "quantity_vacancies") //Line break// private int quantityVagas ;
– Guilherme Oliveira
Ahh, you put @Notnull, then you won’t even accept it. Put the code in the question to facilitate the answers.
– Giuliana Bezerra
But so, to appear empty only has two forms: Removes @Notnull and adds the required in the fields to validate in JSF or transforms the fields into String and assigns the empty string to them.
– Giuliana Bezerra
okay, thank you .
– Guilherme Oliveira