  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-08-16 - By Struts2 Fan
Back
When there is an integer type and the user writes non string value, an error message is displayed automaticly. "Invalid field value for field "xxx.yyy" I want to make this message localized. I posted a message before. But I don't want to write bundles for all the integer, double and date fields in the application. I just want to make it Turkish. The question is "is there a place to make the message Turkish or any other language".
Rene Gielen wrote: > > To provide your own conversion error message for a specific field, you > will have to provide a resource message following the naming convention > > invalid.fieldvalue.yourpropertyname > > This should override the default message. > > - Rene >
Here I have to write a whole bunch of messages. But it is a general error message, so it should be changed by just adding the "Turkish translation" of the default message. But I couldn't manage where to add. I even couldn't find where does the message "Invalid field value for field" stand in the struts2.
http://www.nabble.com/-S2--How-to-change-%22Invalid-field-value-for-field%22 -message-in-tr-tf3688720.html#a10312377
I hope It is understandable.
Thanks in advance. -- View this message in context: http://www.nabble.com/-S2--Type-Validation-Error -Message-tf4277669.html#a12175727 Sent from the Struts - User mailing list archive at Nabble.com.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |