A scriptlet can have any number of statements, variable or method declarations, or expressions that must be valid in the page scripting language.
A scriptlet can have any number of statements, variable or method declarations, or expressions that must be valid in the page scripting language.A scriptlet can have any number of statements, variable or method declarations, or expressions that must be valid in the page scripting language.
A scriptlet, you can have any of the following:
<jsp:useBean>
element.Write any text, HTML tags, or JSP elements outside the scriptlet.
Scriptlets are executed when the JSP container
processes the request. Output (if) generated by scriptlet is stored in the out
object.
To know more about jsp scriptlet go to:
http:/www.roseindia.net/jsp/jspscriptlets.shtml
Ads