Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences

Edit this page


Referenced by
JSPWikiTags




JSPWiki v2.2.33

[RSS]


Hide Menu

PermissionTag


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

HTML or JSP code

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.



Go to top   Edit this page   More info...   Attach file...
This page last changed on 06-Nov-2006 13:52:58 MST by unknown.