Re: Getting a reference to Hivemind registry

2006-10-31 Thread Shing Hing Man
The Hivemind registry is stored in the servlet context. (Please see the source code of init method in org.apache.tapestry.ApplicationServlet.) If you need to reference the HiveMind registry outside a web page, you might need to create your own 'singleton' of HiveMind registry. Shing --- "B.

Getting a reference to Hivemind registry

2006-10-30 Thread B.S.Navin
Hi, I am adding a custom enhancement worker to my application, which enhances the PropertySelection to intialize a default model. As part of this, I needed to get a reference to the OGNLBindingFactory service (from HiveMind), so that I can create an OGNL binding. The normal approach to th