Diff: PageExistsTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags
NoSuchPageTag

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 added 20 lines.
+ Includes the body if the page exists. Be warned that some of the tags may fail, unless you wrap them inside the PageExistsTag.
+
+ ----
+
+ !Usage
+
+ <wiki:PageExists page="<string>">
+ ;:''HTML or JSP tags''
+ </wiki:PageExists>
+
+ !Parameters
+
+ ;__page__: WikiName of the page you wish to check for. If not set, will default to the current page.
+
+ !Example
+ {{{
+ <wiki:PageExists>
+ Page last edited by <wiki:Author />
+ </wiki:PageExists>
+ }}}

Back to PageExistsTag, or to the Page History.