I'm building a custom component, and want to render field labels similar to how the Tapestry components do, by reading a <fieldname>.<label> parameter from the page's .properties file.
Is there an easy way to read the properties file from within a component? I can get ComponentResources, and that will get me the MessageCatalogue, but that's not the same thing, is it?