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 given text fragment (which gets too).
2) Is there possibility to autoload services without need explicitly registering them? My idea is that I have package (named 'my.app.services', for examlpe) and I wish register all classes from that package as services (similar action is "autoregistering" of entities from package 'my.app.services').
Thank for responses. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org