(Quick Reference)

s:ifLoggedIn

Purpose

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

This uses the underlying security provider to test the condition.

Example

<s:ifLoggedIn>
    Thanks for logging in!
</s:ifLoggedIn>

Attributes

None