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
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
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
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]
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
5 matches
Mail list logo