> <s:if test="hasPrivileg('user') == true">Yeah</s:if>
Actually, you added a spelling mistake (+e on Privileg). However, the
previous example would work fine. So a hybrid of the two:
<s:if test="hasPrivilege('user')">Yeah</s:if>
is sufficient.
Beez
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

