Re: Get i18n text problem

2010-08-09 Thread Michal Ciasnocha
Hi Franz, you can use tag for text translation (where "title" is name of your variable). Best regards, Michal Franz Wong wrote on 9.8.2010 5:14: Hi group, In the jsp page, I have a page scope variable "title". This variable stores the key of the resource bundle. I can print the value by

Get i18n text problem

2010-08-08 Thread Franz Wong
Hi group, In the jsp page, I have a page scope variable "title". This variable stores the key of the resource bundle. I can print the value by <%= title %>. However, I am not able to use it with . I have tried or . But both of them do not work. Thanks. Franz