TopLink Wiki

Main
About
Javadoc
Forum
Resources

RecentChanges
About Wiki
Find Pages
Page Index

Set your name in
UserPreferences

Edit this page


Referenced by
JSPWikiTags




JSPWiki v2.0.52


CheckVersionTag


Does a version check on the page. If the page does not exist, the body is never included.

Usage

<wiki:CheckVersion? mode="latest|notlatest">

JSP or HTML code
</wiki:CheckVersion?>

Parameters

mode
If 'latest', will include the body if the current page is the latest version. If 'notlatest', will include the body only if the current page is not the latest version.

Example

<wiki:CheckVersion mode="notlatest">
    <B>Warning: This page is not the latest version.</B>
</wiki:CheckVersion>


Edit this page   More info...   Attach file...
This page last changed on 10-Mar-2003 21:37:36 PST by unknown.