why the locale changes does not apply to the components?
Are you setting up your components based on your locale in the constructor?

Because if you do, then setting a Page object with setResponsePage won't create new component objects for you.

Try:

setResponsePage(this.getPage().getClass()); - this will forward you to a new instance of the page...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to