Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Wrong codepage
Hi! I'm create simple Vaadin project (using Vaadin 6.7.6). I'm create simple Login form from com.vaadin.ui.LoginForm
LoginForm login = new LoginForm();
login.setLocale(Locale.getDefault());
login.setWidth("100%");
login.setHeight("300px");
login.setCaption("Вход в систему");
login.setDescription("Вход в систему");
login.setLoginButtonCaption("Войти");
login.setPasswordCaption("Пароль");
My messages in Russian, but in browser i see it in wrong codepage. How can i fix it?
Last updated on Mar, 16th 2012
Thanks! But i discover that Russian text not correctly display in each Vaadin component. For start my project i'm using JBoss 7.1.1. Is that problem in JBoss ?
Last updated on
You cannot reply to this thread.