How can I check the size of a collection with JSTL? Something like: <c:if test="${companies.size() > 0}"> </c:if> 4 Answers 4
I want to output some HTML code based on some condition in a JSP file. if (condition 1) { Some HTML code specific ...
-
May 16, 2022
- 0 Comments
Is there an if-else tag available in JSTL? 7 Answers 7
How can I validate if a String is null or empty using the c tags of JSTL? I have a variable of name ...
-
May 7, 2022
- 0 Comments