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]

Reply via email to