Hi.. Could anyone give me an example how to get service bean, without using @Inject annotation, in page class? Is it using ObjectLocator? What built-in service to inject, in order to use ObjectLocator?
I can use this when using tapestry-spring and spring ioc: @Inject private ApplicationContext springContext; and use this statement to get bean: entityManager = springContext.getBean(beanNames[0]); How to do the same thing using tapestry-ioc? Thanks.. Best regards, Yohan