appfuse

Authentication with appfuse application

Hello, I have two applications using Appfuse. and in the first application there is a link that redirect me to the second application and the second application has authentication using with the same account of tomcat manager. The problem is in some cases i want to pass the authentication of the second application. How can i do this...

import org.appfuse.webapp.action.BaseAction cannot resolve

hi, i was following the guide http://appfuse.org/display/APF/Using+Struts+2 to make a simple appfuse site, but i got an error while compiling with Maven, which is reporting org.appfuse.webapp.action.BaseAction does not exist. I searched a lot from the google with no luck, can anyone give me a hints, appreciate for any help, idea or ad...