Re: get the service by ID and autoload services

2010-01-08 Thread Radek Terber
Thiago H. de Paula Figueiredo napsal(a): Em Thu, 07 Jan 2010 10:57:33 -0200, Radek Terber escreveu: Hi all Hi! 1) Is there any way to obtain service by it's service ID (similarly like Spring's getBean(String) method does)? I would like to build general autocomplet component which gets se

Re: get the service by ID and autoload services

2010-01-07 Thread kristjankelt
That way you can only access the controlled list of services. This is a advantage because the service id may come from the 0untrusted source (i.e. database). Regards, Kristjan -- View this message in context: http://n2.nabble.com/get-the-service-by-ID-and-autoload-services-tp4266300p4266633.html Sen

Re: get the service by ID and autoload services

2010-01-07 Thread Thiago H. de Paula Figueiredo
Em Thu, 07 Jan 2010 10:57:33 -0200, Radek Terber escreveu: Hi all Hi! 1) Is there any way to obtain service by it's service ID (similarly like Spring's getBean(String) method does)? I would like to build general autocomplet component which gets service ID (as String) and returns list

get the service by ID and autoload services

2010-01-07 Thread Radek Terber
Hi all I have two questions about Tapestry IOC: 1) Is there any way to obtain service by it's service ID (similarly like Spring's getBean(String) method does)? I would like to build general autocomplet component which gets service ID (as String) and returns list of entities corresponding to g