Re: [appfuse-user] Appfuse Access denied error

2008-07-05 Thread ChrisSleeman
editUser action, with query parameters, using a non-admin user and wrongly adding an admin namespace..!! :confused: ChrisSleeman wrote: > > I am sorry - i was not quite clear with my query > > I understand that the editUser action is secured and only an admin user > can access it.

Re: [appfuse-user] Appfuse Access denied error

2008-07-05 Thread ChrisSleeman
I am sorry - i was not quite clear with my query I understand that the editUser action is secured and only an admin user can access it. The edit user action is btw, in the default package and not admin package, but has an admin-check interceptor. So i need to access it with http://your.domai

[appfuse-user] Appfuse Access denied error

2008-07-04 Thread ChrisSleeman
Hi all, Am quite new to appfuse and still trying to understand the various layers. While testing the default struts2 maven archetype I faced a peculiar problem - if i access an admin protected page like - http://localhost:9090/admin/editUser.html?id=1 - i get a nested access denied error page. I