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, 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/your/page/search....
/.../some/path/your/page/delete...

or

/.../some/path/your/page!search...
/.../some/path/your/page!delete...

or even

/.../some/path/your/page?search=true&...
/.../some/path/your/page?delete=true&...

Best,
Aram
________________________________
Aram Mkhitaryan

52, 25 Lvovyan, Yerevan 375000, Armenia

Mobile: +374 91 518456
E-mail: [EMAIL PROTECTED]


Este mensaje  de correo electronico y sus documentos adjuntos estan dirigidos  
EXCLUSIVAMENTE a los destinatarios especificados. La informacion contenida 
puede ser CONFIDENCIAL y/o estar LEGALMENTE PROTEGIDA y no necesariamente 
refleja la opinion de ENDESA. Si usted recibe este mensaje por ERROR, por favor 
comuniqueselo inmediatamente al remitente y  ELIMINELO ya que usted  NO ESTA 
AUTORIZADO al uso, revelacion, distribucion, impresion o copia de toda o alguna 
parte de la informacion contenida. Gracias. 

This e-mail message and any attached files are intended SOLELY for the 
addressee/s identified herein. It may contain CONFIDENTIAL and/or LEGALLY 
PRIVILEGED  information and may not necessarily represent the opinion of 
ENDESA. If you receive this message in ERROR, please immediately notify the 
sender and DELETE it since you ARE NOT AUTHORIZED  to use, disclose, 
distribute, print or copy all or part of the contained information. Thank you

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

Reply via email to