Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 214 Bytes

File metadata and controls

5 lines (3 loc) · 214 Bytes

JSP expressions?

A JSP expression element contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file.

<%= expression %>