Is there any tag which lets to render the HTML blocks conditionally. For e.g.: Struts has:
you could use the common JSP/JSTL taglibs
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> something something else
alternatively
something
using c:if there is no else condition as far as i know