What is Template Text in JSP?
What is "Template Text" in a JSP.
Thanx.
What is "Template Text" in a JSP.
Thanx.
Google is your friend: http://www.google.com/search?hl=en&q=template+text+jsp&meta=
Any non-JSP code in a JSP file is called template text and is automatically written to the output stream.