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
> (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.  Then, use that service instead. 
>  
> -----Original Message-----
> From: Dan Adams [mailto:[EMAIL PROTECTED] 
> Sent: Monday, May 22, 2006 12:16 PM
> To: Tapestry users
> Subject: resolving strings to objects using bindings
> 
> I need to take a normal binding string (such as "spring:serviceName" or
> "service:serviceName") and resolve it to an object in an IEngineService.
> Can someone point me in the right direction on where to look for this?
> Thanks.
> 
-- 
Dan Adams
Software Engineer
Interactive Factory
617.235.5857


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

Reply via email to