You can use the logic present/notPresent tags.

<logic:present role="roleA,roleB,roleC">
      .....
</logic:present>

http://struts.apache.org/userGuide/struts-logic.html#present

Niall

----- Original Message ----- 
From: "Günther Wieser" <[EMAIL PROTECTED]>
Sent: Tuesday, May 03, 2005 3:44 PM


i would like to display a link depending if a user is in a certain role. is
there a test i could use in <c:if test=${...}> or anything else i could use
as a tag to do this? do i need to implement this on my own?



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

Reply via email to