Trace:
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| kb:jsp [2016/08/04 07:56] – created yehuda | kb:jsp [2022/01/03 16:03] (current) – external edit 127.0.0.1 |
|---|
| ===== Tepmlates ===== | ===== Tepmlates ===== |
| |
| <code jsp WEB-INF/tags/genericpage.tag> | <code html WEB-INF/tags/genericpage.tag> |
| <%@tag description="Overall Page template" pageEncoding="UTF-8"%> | <%@tag description="Overall Page template" pageEncoding="UTF-8"%> |
| <%@attribute name="header" fragment="true" %> | <%@attribute name="header" fragment="true" %> |
| </code> | </code> |
| |
| <code jsp WEB-INF/page.jsp> | <code html WEB-INF/page.jsp> |
| <%@page contentType="text/html" pageEncoding="UTF-8"%> | <%@page contentType="text/html" pageEncoding="UTF-8"%> |
| <%@taglib prefix="t" tagdir="/WEB-INF/tags" %> | <%@taglib prefix="t" tagdir="/WEB-INF/tags" %> |
Back to top