Within the AppModule you can try accessing the following services:

1) WebContextApplicationContext
2) RequestGlobals
3) @Inject @Service("beanName")


SergeEby wrote:
Hey,

You can pass Spring Services as argument by using the @Inject @Service
annotations.

/Serge


MrclSchprs wrote:
How to access the servlet context in AppModule? Tapestry's Spring
integration does not work for the 'services' package. A Spring service is
needed for a custom BindingFactory. My idea was to access Spring's
application context and instantiate a new BindingFactory with the Spring
service as constructor parameter. Any ideas?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to