JSP Expression Tag — JSP Tutorial — SoftInfoLife
Spiga

JSP Expression Tag

Expression Tag ( <%= %> )

The Main aim of this JSP Expression Tag is to Print the Value of Variable or to Print the Value of a Method.

Example:
<%= name%>

Here the Value of name will Printed. Suppose the Value of name="Google" then Google will be Printed.
Similarly you can use this JSP Expression Tag for Printing Value of a Method.

0 comments: