Re: Need example on using roles in struts-tiles

2002-04-04 Thread Cedric Dumoulin
: Re: Need example on using roles in struts-tiles From: Matt Raible [EMAIL PROTECTED] === http://www.mail-archive.com/struts-user@jakarta.apache.org/msg27034.html In response to this thread, I'm wondering if it's possible to specify multiple roles in the role attribute - similar to how

Re: Need example on using roles in struts-tiles

2002-03-28 Thread mharris
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 8:43 AM Subject: Re: Need example on using roles in struts-tiles When container-based authentification is being used, you can specify the secuirty role for a tile. If the user is not in the specified

Re: Need example on using roles in struts-tiles

2002-03-28 Thread @Basebeans.com
Subject: Re: Need example on using roles in struts-tiles From: Matt Raible [EMAIL PROTECTED] === http://www.mail-archive.com/struts-user@jakarta.apache.org/msg27034.html In response to this thread, I'm wondering if it's possible to specify multiple roles in the role attribute - similar to how

Re: Need example on using roles in struts-tiles

2002-03-27 Thread Ted Husted
When container-based authentification is being used, you can specify the secuirty role for a tile. If the user is not in the specified role, then the attribute value is not set. This allows you to specify a tile for each security role, and let the framework select the appropriate one for the

Re: Need example on using roles in struts-tiles

2002-03-27 Thread Reynaldo Timonera
PROTECTED] Sent: Wednesday, March 27, 2002 8:43 AM Subject: Re: Need example on using roles in struts-tiles When container-based authentification is being used, you can specify the secuirty role for a tile. If the user is not in the specified role, then the attribute value is not set. This allows you

Need example on using roles in struts-tiles

2002-03-24 Thread Reynaldo Timonera
Hi, We are now in the middle of a project and we're using tiles. Does anyone have a sample code on how to use roles in tiles? Thanks, Reynaldo