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