PermissionTag

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


Checks for permissions and includes the body if the user has the correct permissions for the given operation.

This operation is still very basic, but will be expanded in the future.

Available permissions are:

  • edit: If the user may edit the current page. If the current page is not editable for some reason (for instance, it is an older version, the user is not considered to have edit permission.


Usage

<wiki:Permission permission="<permission>">

HTML or JSP code
</wiki:Permission>

Parameters

permission
The permission to request for. See above for possible values.

Example

<wiki:Permission permission="edit">
    <wiki:EditLink>Edit this page</wiki:EditLink>
</wiki:Permission>

Displays the "Edit this page"-link only if the user has permission to edit the page.


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