Inserts formatted or unformatted page contents.


Usage#

<wiki:InsertPage page="<page name>" mode="plain|html" />

Parameters#

page
The name of the page to insert. If not set, inserts the current page.
mode
If set to "plain", inserts the actual WikiMarkup (for example, for an editor). If "html", will insert rendered HTML snippet. Default is to insert HTML.

Example#

<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<html>
  <head>
     <title><wiki:PageName /></title>
  </head>
  <body>
     <h1><wiki:PageName /></h1>
     <wiki:InsertPage />
     <hr /><br />
     <wiki:EditLink>Edit this page</wiki:EditLink>
  </body>
</html>

This is an extraordinarily minimal template for JSPWiki, which basically just displays the page name in a h1-type heading, and then inserts the renderd page contents.


CategoryOfficialDocumentation.

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-8) was last changed on 11-Mar-2010 14:42 by 192.109.190.88