JSTL
Submitted by Ahmed Hashim on Sun, 2005-10-16 09:35.
*Example 1
{{{
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
Count to 10 Example (using JSTL)
}}}
*Example 2
{{{
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
If with Body
You guessed it!
You are wrong
}}}








