You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Adam Winer <aw...@gmail.com> on 2007/01/02 02:25:57 UTC

Re: [Trinidad] skins and resource bundles

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 <re...@tecnotp.it> 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
>
>
>