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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: JSP Scriplet
Post your Comment