Re: [appfuse-user] RE: Exception handling with ACL

2007-01-25 Thread ErwinF
g like the following in your xwork.xml > file: > > > exception="org.springframework.dao.DataAccessException" > result="dataAccessFailure"/> > > > Matt > > On 1/25/07, ErwinF <[EMAIL PROTECTED]> wrote: >

[appfuse-user] RE: Exception handling with ACL

2007-01-25 Thread ErwinF
l Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ]On Behalf Of ErwinF > Sent: Thursday, January 25, 2007 9:16 AM > To: users@appfuse.dev.java.net > Subject: [appfuse-user] Exception handling with ACL > > > > I have a question about the use of Acegi,

[appfuse-user] Exception handling with ACL

2007-01-25 Thread ErwinF
I have a question about the use of Acegi, and especially the use of ACL security. Perhaps someone at these forums can help me. I have set up ACL for my domain objects, and it is working. However, since i am relativily new to the whole Spring / Acegi matter, i am struggling with some configuration

Re: [appfuse-user] AppFuseAcegiACL file download problem?

2007-01-23 Thread ErwinF
I also would like to download the file. The server is apparently still not up and running. If anyone has the file, could you please email me a copy? Thanks Erwin -- View this message in context: http://www.nabble.com/AppFuseAcegiACL-file-download-problem--tf2893218s2369.html#a8520896 Sent from

Re: [appfuse-user] Add custom read/write rights using Acegi

2007-01-15 Thread ErwinF
of doing > them > one at a time, you do it as a group. And all that needs to change is a) > the > pages that add roles to users and b) a set of pages to manage the new > aggregate roles. > > Mike. > > On 1/15/07, ErwinF <[EMAIL PROTECTED]> wrote: >> >>

Re: [appfuse-user] Add custom read/write rights using Acegi

2007-01-15 Thread ErwinF
Hi, Thanks for the quick answer. Let me specify what i mean exactly. At this time, i restrict pages based on a role using acegi. By read rights i mean the logged on user can see the page, but not edit it (possibly by making a seperate jsp for that). But what i want is to implement some sort of

[appfuse-user] Add custom read/write rights using Acegi

2007-01-15 Thread ErwinF
Hello, I am trying to find out if it is possible to give a role specific read and/or write rights using a matrix in Acegi. For example, lets say i have 2 roles : user and superuser, and i have 2 jsps, a.jsp and b.jsp. The matrix could look like this : Role PageRead Write user