(Quick Reference)

s:ifNotLoggedIn

Purpose

Renders the body of the tag only if the user is not logged in.

This uses the underlying security provider to test the condition.

Example

<s:ifNotLoggedIn>
    Please log in!
</s:ifNotLoggedIn>

Attributes

None