Hi

I make use of tapestry 5 services in implementations of pages and components
by something like

        @Inject
        private XyService xyService;

and it works fine. If I do the same in domain objects, that are themselves
neither pages, components or services, xyServices is alway null. The only way I
see so far is to pass the service as parameters or by constructor to my
domains objects, which is not very nice. How can I access my services directly
from inside the domain objects ?

thanks for help

andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to