Re: [appfuse-user] Appfuse with no user interface

2007-05-02 Thread Michael Horwitz
If you are using AppFuse 2.0 you should also change the dependencies in your project to point to appfuse-web-common rather than a specific web framework, and roll the rest yourself from there. If you started your project using one of the archetypes, it is likely you will need to make a number of c

Re: [appfuse-user] Appfuse with no user interface

2007-05-01 Thread sparqle
Never mind. I found the problem. I just had to comment out some filters from the web.xml - specially the sitemesh filter. I also removed the dwr and clickstream filters and associated servlets/listeners. It works fine now. -- View this message in context: http://www.nabble.com/Appfuse-with-no-u

[appfuse-user] Appfuse with no user interface

2007-05-01 Thread sparqle
Hello, I would like to use Appfuse for all the Spring/Hibernate/Acegi integration, but I do not want to use it for my user interface. If I want to use my custom framework for the UI, how do I use Appfuse? I am trying to use it with ZK. When I try to add some zul pages, somehow the pages are not f