Thanks Juan and Thiago!
It's exactly what I need for the Symbol retrieving :)
De: Juan E. Maya
Para: Tapestry users
Enviadas: Terça-feira, 17 de Novembro de 2009 16:10:20
Assunto: Re: Dynamic Locale changing
Sorry to interrupt :)
U can inject the supp
t country/language, it would
> be easy as you said...
>
> Thanks for the Symbol value retrieving example!! I'll try here. :)
>
>
>
>
>
> De: Thiago H. de Paula Figueiredo
> Para: Tapestry users
> Enviadas: Terça-feira, 17 de Nov
/language, it would
be easy as you said...
Thanks for the Symbol value retrieving example!! I'll try here. :)
De: Thiago H. de Paula Figueiredo
Para: Tapestry users
Enviadas: Terça-feira, 17 de Novembro de 2009 15:39:32
Assunto: Re: Dynamic Locale chan
Em Tue, 17 Nov 2009 13:46:12 -0200, Everton Agner
escreveu:
To begin with... I am learning Tapestry from 1 month ago.
Welcome to the Tapestry world! :)
@Inject
@Property
@Path("context:/layout/images/brazil.png")
private Asset flagBrazil;
You're doing it in a way more complex that it ne
To begin with... I am learning Tapestry from 1 month ago.
I am having problems with the Locale changing support in my application. To see
the thing working, I hardcoded the language changing in the application (pt-BR
and en support). Here's the code:
Page Template Code (only the necessary for