Re: Unable to load messages in UTF-8 encoding in test class/ in different class than messages belong to

2012-11-08 Thread Balázs Palcsó
Hi, After a bit more investigation. I would say that private final Messages messages = MessagesImpl.forClass(Registration.class); would be the proper solution to load messages of my Registration page if MessagesImpl.forClass(Class) used UTF-8 encoding instead of the default ISO-8859-1 (latin1)

Unable to load messages in UTF-8 encoding in test class/ in different class than messages belong to

2012-11-07 Thread Balázs Palcsó
Hi All, I am new to Tapestry. I am creating a test with Tapestry Testify and XPath. Everything works fine except that in my test class I am not able to load Messages from properties file stored in UTF-8 encoding. In my RegistrationTest class I have tried the followings: *#1* private final