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.

previous | index | next