The docs are out of date, hence the wiki. "Don't effect" is not specific enough. Give us the info to help you. What are you trying do? What are the names of your localized files? How is this event being invoked from your .tml file?
Cheers, Nick. Mohammad Shamsi wrote:
i was read in tapestry localization guide that : Tapestry does not yet support changing the locale, but that will be available shortly. but in wiki T5 Howto, i read a guide to changing locale in tapestry, look at code : @Inject private PersistentLocale persistentLocale; public void onActionFromChangeLocale(String language) { persistentLocale.set(new Locale(language)); } but change locale here, don't effect on my pages :( , any idea ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]