Java Platform, Enterprise Edition/Java EE Tutorial/Writing in JSP

From Wikiversity
Jump to navigation Jump to search

Scripting Elements[edit | edit source]

Expressions of the form <%= expression %> Scriptlets of the form <% code %> Declarations of the form <%! code %>

JSP directive <%@ directive attribute="value" attribute2="value2" %>

JSP Comment <%-- JSP Comment --%>