Re: How to use roles with Struts

2004-07-15 Thread Hubert Rabago
Ron, You can associate roles with each action mapping so that only users with certain roles can access that action. Hubert --- ron1 <[EMAIL PROTECTED]> wrote: > Thanx Jim :-) > Am I wrong on that one canonly configure web.xml roles on a servlet > base? which will mean, I set roles for a serv

RE: How to use roles with Struts

2004-07-15 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of ron1 > Sent: Thursday, July 15, 2004 12:08 PM > To: [EMAIL PROTECTED] > Subject: Re: How to use roles with Struts > > > Thanx Jim :-) > Am I wrong on that one canonly configure web.xml

Re: How to use roles with Struts

2004-07-15 Thread ron1
Thanx Jim :-) Am I wrong on that one canonly configure web.xml roles on a servlet base? which will mean, I set roles for a servlet mapping? so all my struts actions will map to the same Permission... Or did I miss something in the web.xml? Cheers, Ron Jim Barrows wrote: -Original Message-

RE: How to use roles with Struts

2004-07-15 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of ron1 > Sent: Thursday, July 15, 2004 11:51 AM > To: [EMAIL PROTECTED] > Subject: How to use roles with Struts > > > Hi all :-) > I am wondering how some of the experienced users use roles > with struts. > I saw there