Re: [Tobago] Locale changed when handling exceptions

2010-02-05 Thread Udo Schnurpfeil
will be overwritten. Any ideas? Regards, Alf -Ursprüngliche Nachricht- Von: Alf Felis alf.fe...@gmx.de Gesendet: 20.01.10 15:27:27 An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: [Tobago] Locale changed when handling exceptions Hi again :) I noticed

Re: [Tobago] Locale changed when handling exceptions

2010-01-25 Thread Alf Felis
@myfaces.apache.org Betreff: Re: [Tobago] Locale changed when handling exceptions Hi again :) I noticed, that apparently the whole session will be invalidated, because some other attributes will be lost, too. Is there any parameter or something else to disable this behaviour? Regards, Alf

[Tobago] Locale changed when handling exceptions

2010-01-20 Thread Alf Felis
Hi all, I have a problem with the locale and the error handling. My application provides the possibility to choose the preferred language. I set the selected locale with the following code FacesContext.getCurrentInstance().getViewRoot().setLocale(selectedLocale); Everything works fine until

Re: [Tobago] Locale changed when handling exceptions

2010-01-20 Thread Alf Felis
Hi again :) I noticed, that apparently the whole session will be invalidated, because some other attributes will be lost, too. Is there any parameter or something else to disable this behaviour? Regards, Alf - original Nachricht Betreff: [Tobago] Locale changed when handling