The core group

来源:互联网 发布:华钦软件拖欠工资 编辑:程序博客网 时间:2024/06/04 15:48

The core group of tags are the most frequently used JSTL tags. Some useful core tags include the following:
❑ <c:if> for conditional flow
❑ <c:forEach> and <c:forTokens> for iteration
❑ <c:choose>...<c:when>....<c:otherwise> for selective flow between mutually exclusive
code
❑ <c:set> and <c:remove> for working with scoped variables
❑ <c:out> for rendering the value of variables and expressions
❑ <c:catch> for working with Java exceptions
❑ <c:url> for creating and working with URLs