Mega Code Archive
Categories
/
Java Tutorial
/
JSTL
Do Calculation in JSTL C
<%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
JSP is Easy
JSP is as easy as ...
<%-- Calculate the sum of 1 + 2 + 3 dynamically --%> 1 + 2 + 3 =