Try if  this works...
<c:if test="<%= request.isUserInRole('aa') %>">
</c:if>

Nitesh


----- Original Message ----- From: "Grzegorz Stasica" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Thursday, June 30, 2005 10:18 PM
Subject: check role - isUserInRole in jstl


I've a code like that
<c:if test="${request.isUserInRole('aa')}">
</c:if>

but I get an error that namespace has to be specified.
IsUserInRole is a function so probably I invoke it incorectlly.
How can I check user's role in jstl?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to