:) You are right but I have a problem with Turkish characters :)

When I change the errors_tr.properties in the target/.../WEB-INF/classes as
you said the message seems wrong again. It doesn't show the "ı" character
correct. For this in appfuse it is written with unicode.

The bundles in target/../WEB-INF/classes/errors_tr.properties

errors.required=${getText(fieldName)} alan\u00c4\u00b1
doldurulmas\u00c4\u00b1 gerekli bir alan.

The message is shown like that

"${getText(fieldName)} alaný doldurulmasý gerekli bir alan."

When I put a file named errors_tr.properties file under the resources dir
now it prints "?" character for Turkish character "ı".

"${getText(fieldName)} alan? doldurulmas? gerekli bir alan."

I hope you will understand know. I only want the error messages to print out
Turkish characters correctly ( for example "ı")
-- 
View this message in context: 
http://www.nabble.com/RequiredString-message-in-struts2-tf3632490s2369.html#a10144834
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to