Yes, in JSF 1.2 you can add a <resource-bundle> tag to
faces-config.xml, which will add a ResourceBundle as
if it were a managed bean available on all pages.  This
is more efficient than f:loadBundle, and also makes the
resource bundle available at all parts of the JSF lifecycle
(instead of just during Render Response).

-- Adam Winer


On 5/15/07, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
Hi!
> try using s:loadBundle instead of f:loadBundle for your messages
If there is only one bundle for your application I'd suggest to
configure it as managed bean (implementing the map interface).

That way you
* can get rid of configuring it on each page
* have it available even for ajax requests
* it is JSF 1.2 like (as far as I know you can configure it there with a
special managed-bean entry)

Ciao,
Mario
>
> regards
>
> Ernst
>
> On 5/15/07, Angel Miralles Arevalo <[EMAIL PROTECTED]> wrote:
>>
>> Hi everybody,
>>
>> can anybody explain me, what are functionalities for sandbox
>> components? For
>> example if you put a message from a ".properties" inside a
>> <s:pprPanelGroup></s:pprPanelGroup>. When you execute the
>> component (ajax) the message has disappeared!
>>
>> Thank you very much!!
>>
>>  ________________________________
>>
>> LLama Gratis a cualquier PC del Mundo.
>> Llamadas a fijos y móviles desde 1 céntimo por minuto.
>> http://es.voice.yahoo.com
>


Reply via email to