Archive November 22, 2022

Lab 7 – Web Component -JSP (JSP Directives and JSTL tags )

Get the library for JSTL here: http://www.java2s.com/Code/Jar/j/Downloadjstl12jar.htm#google_vignette

Core Tags
c:out
c:set
c:remove
c:catch
c:if
c:choose
c:when
c:foreach

Formatting tags
fmt:formatNumber
fmt:formatDate (error)
fmt:setTimeZone

SQL tags

XML tags

JSTL Function
fn:contains()
fn:containsIgnoreCase()
fn:endsWith()
fn:indexOf()
fn:join()
fn:length()
fn:split()
fn:toLowerCase()
fn:toUpperCase()