quest4tech.net

 

Java Server Pages (JSP)

RESOURCES

JSP books UK
 
JSP Resource Index
JSP Tags

JSP books USA
 
JSP Insider
jGuru (JSP FAQ)


JSP Standard Elements

Basic Elements Syntax
page directive <%@ page attribute = "value" %>
include directive <%@ include file = "url" %>
taglib directive <%@ taglib uri = "identifier" prefix = "name" %>
Java declaration <%! declaration %>
Scriptlet code <% code to execute" %>
Evaluated output <%= expression %>
Narrative comment <%-- comment --%>

 

Action Elements Syntax
useBean Action <jsp:useBean id = "beanName" />
include Action <jsp:include page = "url" flush = "boolean" />
setProperty Action <jsp:setProperty name = "beanName" property = "propertyName" %>
getProperty Action <jsp:getProperty name = "beanName" property = "propertyName" %>
forward Action <jsp:forward page = "relative url" />
plugin Action <jsp:plugin attribute = "value" />

 
To add an entry or comment on an existing, please fill in the comments form


Return to Top

About Java

Main Index

(c) Compiled by B V Wood.

 Main Index
 Comments

UK SPONSERS


USA SPONSERS