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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]