previous
|
index
|
next
Expressions
Form of an expression:
<%= ... %>
with code in between. The code should produce a string or an object with an appropriate
toString()
method defined. The string is sent to the client.
Example:
Iteration.jsp
Here is the URL:
http://redrock.d.umn.edu:8080/jspbook/Iteration.jsp
Here is the generated Servlet source file:
Iteration_jsp.java
previous
|
index
|
next