RequestProcessor problem

2003-12-30 Thread Kelly Goedert
Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it as it is? To use roles to I have to configure anything in the container too? Or just setting the roles parameter and using the

Re: RequestProcessor problem

2003-12-30 Thread Paul-J Woodward
: Subject: RequestProcessor problem 30/12/2003 11:22

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
] xxera.com cc: Subject: RequestProcessor problem

RE: RequestProcessor problem

2003-12-30 Thread Mohan Radhakrishnan
Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 5:26 PM To: Struts Users Mailing List Subject: Re: RequestProcessor problem Paul, Thanks for your help, I've checked this links already and they didn help me much. What I want is (following your example below

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
: Re: RequestProcessor problem Paul, Thanks for your help, I've checked this links already and they didn help me much. What I want is (following your example below): when the user has the role uploader assigned to him he may call this action uploadfile. Now: where do I define the relation user

Re: RequestProcessor problem

2003-12-30 Thread Pedro Salgado
On 30/12/2003 11:22, Kelly Goedert [EMAIL PROTECTED] wrote: Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it as it is? To use roles to I have to configure anything in the

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
If you can send it'll appreciate it. Pedro Salgado wrote: On 30/12/2003 11:22, Kelly Goedert [EMAIL PROTECTED] wrote: Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it as

Re: RequestProcessor problem

2003-12-30 Thread Pedro Salgado
Dependencies: struts servlet log4j plugincompanion log4j junit... I use a UserContainer to set login, roles and user variables. The RoleRequestProcessor tests the user roles against your struts defined roles... simple. I use it in order to have a simple role restriction