> <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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to