Include Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:36 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Includes another JSP page, making sure all of the contexts are handled propely. ---- ====Usage==== <wiki:Include page="<JSP page name>" /> ====Parameters==== ; '''page''' : JSP page to include. ====Example==== <pre><code> <wiki:Include page="SearchBox.jsp" /> </code></pre> Includes the SearchBox.jsp file.“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Includes another JSP page, making sure all of the contexts are handled propely.


Usage

<wiki:Include page="<JSP page name>" />

Parameters

page
JSP page to include.

Example

<code>
<wiki:Include page="SearchBox.jsp" />
</code>

Includes the SearchBox.jsp file.