Hi ther, since I know how to use MessageResources in normal JAVA classes (thanks to all for helping) I need know one more thing... How to use localisation? When I use method getMessage(String) of MessageResources class, I always get only US output:
I have defined two MessageResources (only MR for next text): default US and local CS. When I use the MR in the normal jsp files, the correct localisation is loaded to the pages, but when I use the getMessage(String) in java files, I can et olways only default localisation (not correct localisation). Please, could anybody help me , how to established actual localisation also in java files? Thanks for helping. Sporak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

