Re: [q] How to access to hivemind registry not from Pages

2006-06-23 Thread Shing Hing Man
I think this was discussed recently in the mailing list. The registry is stored as a context parameter. You can get it by doing something like : ServletContext context = session.getServletContext(); Registry registry = (Registry) context .getAttribute(ApplicationServlet.

[q] How to access to hivemind registry not from Pages

2006-06-23 Thread corsair
Hello! How to get access to classes in registry not from tapestry pages? I need same instance of classes in another Servlets and Filters. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC