|
Main page About News Recent Changes WikiEtiquette Find pages
Set your name in
UserPreferences Referenced by
JSPWiki v2.2.14-beta
|
Includes its body, if the user check validates. Usage<wiki:UserCheck status="unknown|known|named|validated|unvalidated"> JSP or HTML content </wiki:UserCheck> Parameters
The possible values of "status" are:
In 2.0 there was an attribute called "exists". This is now deprecated, but it is still recognized. See below. Example
<wiki:UserCheck status="known">
G'day,<wiki:UserName />
</wiki:UserCheck>
<wiki:UserCheck status="unknown">
Set your name in <wiki:LinkTo page="UserPreferences">UserPreferences</wiki:LinkTo>
</wiki:UserCheck>
Displays a greeting, if the user has either set a cookie or logged in; else displays a link to the page UserPreferences. NotesThe behavior of this tag was significantly enhanced in 2.2. The old tag had the parameter "exists", which corresponds to the status parameter as follows: OLD <wiki:UserCheck exists="true">Replace with <wiki:UserCheck status="known"> OLD <wiki:UserCheck exists="false">Replace with <wiki:UserCheck status="unknown">
|
||||||