Re: resolving strings to objects using bindings

2006-05-22 Thread Jesse Kuhnert
http://jakarta.apache.org/tapestry/tapestry/hivedocs/service/tapestry.bindings.BindingSource.html It will resolve all known tapestry bindings for you. On 5/22/06, Dan Adams <[EMAIL PROTECTED]> wrote: How does tapestry get access to it when processing templates and such? I mean, it must be injec

RE: resolving strings to objects using bindings

2006-05-22 Thread Dan Adams
How does tapestry get access to it when processing templates and such? I mean, it must be injected somewhere right? Which should mean that I could inject it into a service, correct? On Mon, 2006-05-22 at 12:46 -0400, James Carman wrote: > HiveMind does it using the hivemind.ObjectTranslator > (htt

RE: resolving strings to objects using bindings

2006-05-22 Thread James Carman
HiveMind does it using the hivemind.ObjectTranslator (http://jakarta.apache.org/hivemind/hivedocs/service/hivemind.ObjectTranslat or.html) service. But, it's private, so you can't use it directly. For a quick fix, just declare a service point in your module that is a copy of th HiveMind one. The