errors and c:when

2007-08-14 Thread Corro Fuentes, Gerardo
Hi, I want to have in the same jsp three mutually exclusive conditions, one of those conditions is the errors generated with a DynaForm verification, like this: c:choose c:when test=${requestScope.size=='0'} !-first thing to do -- /c:when c:when test=${not

RE: struts with spring

2007-08-14 Thread Corro Fuentes, Gerardo
Any if these: http://www.docjar.com/s.jsp?q=org%2Fjboss%2Futil%2Ffile%2FArchiveBrowser t=q -Mensaje original- De: Musachy Barroso [mailto:[EMAIL PROTECTED] Enviado el: martes, 14 de agosto de 2007 16:34 Para: Struts Users Mailing List Asunto: Re: struts with spring missing dependency?

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.

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, your

RE: Access to pages according to profile

2007-07-26 Thread Corro Fuentes, Gerardo
Thanks, I wonder if there's a way to do Page/Action-Level security checks with Acegi+Struts. I mean, maybe a user in one page can do a search but not a delete, whereas a different profile user could do both. Thanks again! -Mensaje original- De: Aram Mkhitaryan [mailto:[EMAIL

Struts + RIA

2007-07-16 Thread Corro Fuentes, Gerardo
Hi, I need to create a really fancy GUI, so I've been thinking about integrating struts with a Rich Internet Application framework (RIA) Is there a recomendation about which RIA is a good option to be used in conjuction with Struts? Or Is there a good view layer technology that