What's the best way to inject a spring service to the Global object?

Such as:

   public void setGenericService(GenericService service) {
       this.service = service;
   }

in the global object... ?

I guess I could make Global a Spring - managed bean.... but how can I take a bean from Spring and make it a Tapestry ASO ?

--
Ing. Leonardo Quijano Vincenzi
Director Técnico
DTQ Software




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

Reply via email to