How to create my own LOCALE Object in Session Listener

2005-11-07 Thread Łukasz Piątkowski
Hello ! Hello I want to create my own LOCALE Object in my Session Listener class. I need it to exist before Struts Request Processor is executed. How to do it in Struts ? Does Struts have any mechanism to create such an object ? Kind Regards, Lukasz

How to get ACCESS to Locale in TAG class

2005-11-04 Thread Łukasz Piątkowski
Hello ! I have a problem with accessing LOCALE in my TAG class. When I want to get LOCALE in my ACTION class I use : request.getSession().getAttribute(Globals.LOCALE_KEY) - and it works fine in my TAG class I use : pageContext.getSession().getAttribute(Globals.LOCALE_KEY) - it is null Th

Message.properties encoding problem

2005-10-22 Thread Łukasz Piątkowski
Hello again ! I have Message_pl.properties file for polish language. The problem is every time I want to add something new to it, using polish characters, I need to convert polish properties file with native2ascii tool. Then everything is allright. ...but I want to convert it automatically

Re: Dynamic value in and tags

2005-10-20 Thread Łukasz Piątkowski
It doesn't work like . ...but you can nest message in body. It works perfectly and for altKey attribute should be enough. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamic value in and tags

2005-10-20 Thread Łukasz Piątkowski
Hello guys ! I have a problem with following tags: The both have ability to assign key (to my Message Resources) to their alt and title attributes. Is there any solution to assign key to value attribute (there's no valueKey attribute in Struts Documentation for these tags) ?? It's neces