There is *no* difference between using .properties
files or ResourceBundle classes.  They're both
loaded with the same Java ResourceBundle API, and
none of the code in Trinidad cares or notices which
you're using.

-- Adam



On 12/30/06, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:

 From Trinidad examples I noticed that resource customization can be done
through a java class. In provided example text is hardcoded within the class
(org.apache.myfaces.trinidaddemo.resource.SkinBundle), but
I expect we should be able to load it from ordinary bundles (.properties
files) as well.
 The question is: do we need to go through a java class to customize
component text or are we allowed to place selectors such as
af_table.SELECT_RANGE_PREVIOUS inside normal resource bundles ?
 Is out there any further documentation on this topic besides JDeveloper
manuals ?
 Thanks -- Renzo



Reply via email to