Thread: JSP syntax
View Single Post
  #1 (permalink)  
Old 07-12-07, 07:55
jazz jazz is offline
BOD Member
 
Join Date: May 2007
Posts: 81
Question JSP syntax

JSP can be broken down into the following pieces:

a) static data like HTML,
b) JSP directives such as the include directive,
c) JSP scripting elements and variables,
d) JSP actions,
C) custom tags with correct library
Reply With Quote