Hi all,

I'm trying to use stripes. I've read a lot and something I understand :) - but
the localisation does not work on my sample. Here is the code i used:

...
<stripes:layout-component name="page_title">
    <fmt:message key="admin.page.language.title" />
</stripes:layout-component>
...

I've split the StripesResources into two own resource bundles. Thats works fine
- till now. But the key "admin.page.language.title" would be find on the
resource bundles - it's show ???admin.page.language.title??? on the page .

I've try to use a other resource bundle like this:

<fmt:setLocale value="de"/>
<fmt:bundle basename="messages">
   <fmt:message key="admin.page.language.title" />
</fmt:bundle>

But this do not work as the first try.

Can anybody help me ?
Oh - ähm I'm a german user and my english ... ;)

Thanks a lot

Sven 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to