Hi, I was follow the instruction here http://tapestry.apache.org/integrating-with-spring-framework.html to integrate spring with tapestry.
I have one special class that implement Spring's ApplicationContextAware. But when application starting it never invoke setApplicationContext(ApplicationContext ctx) method. So when my application requiring the class to find specified bean, the program throw null pointer exception. It is not the bean that doesn't exist but the applicationContext itself that never been initialized. Please help. Thank you. Rendy ps. In my case I used default value for tapestry.use-external-spring-context.