Posts by Christian Varela • 1 point
1 post
-
0
votes0
answers11
viewsQ: I need to compare a long in JSTL!
I have a code I need to check if an attribute of the class "Postodesaude" which is a long is equal to "0", but I can’t make it work. <c:if test="${postoDeSaude.codigo eq 0}"> <button…