JSP Page Directive Tutorial 14 Attributes Examples

"page directive" is one of the 3 directives, Java supports. "page" directive gives information, to the container, that can be applied to whole JSP file (page). General Syntax: <%@ page attributeName=”value” %> To give the information, page directive comes with 14 attributes. Each attribute gives a special processing information to the container. JSP Page Directive …

JSP Page Directive Tutorial 14 Attributes Examples Read More »