UserCheckTag

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

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




JSPWiki v2.0.52


Includes its body, if the user check validates.


Usage

<wiki:UserCheck exists="true|false">

JSP or HTML content
</wiki:UserCheck>

Parameters

exists
If set to "true", then the content is included if there is a valid username; if set to "false", includes the content when there is no valid username.

Example

    <wiki:UserCheck exists="true">
        G'day,<wiki:UserName />
    </wiki:UserCheck>

    <wiki:UserCheck exists="false">
        Set your name in <wiki:LinkTo page="UserPreferences">UserPreferences</wiki:LinkTo>
    </wiki:UserCheck>

Displays a greeting, if the user has validated; else displays a link to the page UserPreferences.


Printer Friendly  Page Info
This page last changed on 13-Mar-2003 22:11:04 UTC by unknown.