Re: [appfuse-user] Re[appfuse-user] stricting access to link based on role of the user.........

2008-09-26 Thread Peter Schneider-Manzell
As far as I know, appfuse 2.0.2 has switched from acegi to spring security (spring security = acegi) 2008/9/26 Greenhorn2005 <[EMAIL PROTECTED]> > > Hello all, > > After reading all the old queries and articles , I still find problem. I > am > using Appfuse 2.0.2 with Struts 2 integration. I hav

Re: [appfuse-user] Question regarding User role

2008-09-26 Thread Peter Schneider-Manzell
Spring security documentation is your friend: http://static.springframework.org/spring-security/site/reference/html/authorization-common.html#authorization-taglibs Bye, Peter 2008/9/26 Greenhorn2005 <[EMAIL PROTECTED]> > > > > hello all, > > some info here. I am using Struts 2 , appfus

Re: [appfuse-user] Are There Any Dependencies When Deploying To Tomcat

2008-09-26 Thread Rob Hills
Hi, Joey122 wrote: > > Does anyone know if the War contains ALL dependencies that are needed? > > I m trying to deploy this app (which works fine using Jetty on my local > machine) to Tomcat 5 - Unfortunately the server provider does not allow > WAR files so I am having to unpack them (explode

Re: [appfuse-user] Are There Any Dependencies When Deploying To Tomcat

2008-09-26 Thread Joey122
I should add that I am using a Spring based web app. Joey122 wrote: > > Does anyone know if the War contains ALL dependencies that are needed? > > I m trying to deploy this app (which works fine using Jetty on my local > machine) to Tomcat 5 - Unfortunately the server provider does not allow

[appfuse-user] Are There Any Dependencies When Deploying To Tomcat

2008-09-26 Thread Joey122
Does anyone know if the War contains ALL dependencies that are needed? I m trying to deploy this app (which works fine using Jetty on my local machine) to Tomcat 5 - Unfortunately the server provider does not allow WAR files so I am having to unpack them (exploded). Does anyone know whether this

Re: [appfuse-user] Attempting to deploy App To Tomcat - Form+ Errors

2008-09-26 Thread Rob Hills
Hi, Joey122 wrote: > > Hi, > > I m trying to get my app working in a production Tomcat instance and am > seeing a host of errors like below which is preventing the app from > starting > > Does anyone know what causes this? > > I m completely lost > > ERROR [http-80-2] Digester.error(153 |

[appfuse-user] Re[appfuse-user] stricting access to link based on role of the user.........

2008-09-26 Thread Greenhorn2005
Hello all, After reading all the old queries and articles , I still find problem. I am using Appfuse 2.0.2 with Struts 2 integration. I have a link which is supposed to be displayed with user role ROLE_USER and not displayed when the role of the user is other than ROLE_USER . so far as i kn