RE: Access to pages according to profile

2007-07-26 Thread Corro Fuentes, Gerardo
Cheers!!! It's clear now... -Mensaje original- De: Aram Mkhitaryan [mailto:[EMAIL PROTECTED] Enviado el: jueves, 26 de julio de 2007 14:33 Para: Struts Users Mailing List Asunto: Re: Access to pages according to profile Struts, especially S2 is action based, not page based. I mean,

Re: Access to pages according to profile

2007-07-26 Thread Aram Mkhitaryan
Struts, especially S2 is action based, not page based. I mean, your "search" and "delete" are different actions, or even the same action, but the methods are different, anyway they should have different mappings that you can configure your Acegi for example, action configs may be /.../some/path

RE: Access to pages according to profile

2007-07-26 Thread Corro Fuentes, Gerardo
Mkhitaryan [mailto:[EMAIL PROTECTED] Enviado el: jueves, 26 de julio de 2007 10:15 Para: Struts Users Mailing List Asunto: Re: Access to pages according to profile I use Spring with Struts2 and Acegi Security! The last one provides great solutions for both URI and Domain Obj

Re: Access to pages according to profile

2007-07-26 Thread Aram Mkhitaryan
I use Spring with Struts2 and Acegi Security! The last one provides great solutions for both URI and Domain Object security. Best, Aram Aram Mkhitaryan 52, 25 Lvovyan, Yerevan 375000, Armenia Mobile: +374 91 518456 E-mail: [EMAIL PROTECTED]

Access to pages according to profile

2007-07-26 Thread Corro Fuentes, Gerardo
Hi, I'm building a web application that has hundreds of pages and many users classified in different profiles. These profiles have different permission access to pages and resources, my question is; Is there a utility in Struts that might be helpfull in creating this kind of functionality.