Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Tuesday, December 4, 2007

java code for JSTL Simple Calculation

<%@ 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 =


No comments: