Is it possible to make a tile show up for people from multiple roles?  I'm
building a dynamic menu and would like certain items to show up for people
in different roles.  For example:

        <tiles:insert page="left_nav/admin.jsp" role="admin" />

works great to make the admin link show up if the user in the 'admin' role.
But I want some items to show up for a set of roles, so it'll appear if a
user is in 'admin', 'associates', but not others.  I've tried stringing
together roles with commas, but that didn't work.  Is there already a way to
do this or do I need to write my own code?

Thanks!

Dave


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

Reply via email to