As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
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 for condition 1 } else if...
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 var1 and I can display it,...

