> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 27, 2001 8:24 PM
> 
> ComponentSelector.  ComponentSelector was designed for this purpose.
> 
> Per the Developer's docs, if you use a selector, append the "Selector"
> designator to the role name:
> 
> ComponentSelector selector = (ComponentSelector) manager.lookup( 
> Resource.ROLE + "Selector" );
> Resource resource = selector.select( hint );
> 
> The hint can be any object (a Locale object if you wish, or any string).

This means that I need to write my own selector for that?

Neeme

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

Reply via email to