Re: [S2] Internationalisation of conversion type messages

2007-01-14 Thread Dariusz Wojtas
I have created a custom Double converter and plugged it in using the xwork-conversion.properties file in the root of the classpath. This works for me. But I cannot manage it to use my translated field names in the response. regards Dariusz Wojtas On 1/14/07, Martin Gainty <[EMAIL PROTECTED]> w

Re: [S2] Internationalisation of conversion type messages

2007-01-14 Thread Martin Gainty
My understanding is it is supposed to go thru this chain in package org.apache.struts.views.jsp.ui. default.properties WhateverNameOfActionClass_locale.properties WhateverNameOfActionClass.properties Conversions in Struts1 use Commons-Beanutils Conversions in Struts2 uses OGNL for type conversion