I do have the global xwork-conversion.properties in the proper WEB-INF/classes which is loaded above the section of the log that I copied along with the SettingAction-conversion.properties in the SettingAction class directory. The Setting-Action-conversion.properties only contains:
Element_settings=com.rjssoft.webdocs.setting.Setting I tried copying that line into the global xwork-conversion.properties file and removing the SettingAction-conversion.properties file and still the same result with the static parameters coming through fine but once it transfers to the XWorkConverter the value Object comes through completely empty: com.opensymphony.xwork2.interceptor.ParametersInterceptor - Setting params settings[0].value => [ 192.168.1.1 ] settings[0].title => [ SMTP Server Address ] com.opensymphony.xwork2.util.InstantiatingNullHandler - Entering nullPropertyValue [target=[com.rjssoft.webdocs.admin.settingact...@1e29b99, com.opensymphony.xwork2.defaulttextprovi...@12dd538], property=settings] com.opensymphony.xwork2.util.XWorkConverter - Property: settings com.opensymphony.xwork2.util.XWorkConverter - Class: com.rjssoft.webdocs.admin.SettingAction com.opensymphony.xwork2.util.XWorkConverter - converter is null for property settings. Mapping size: 0 com.opensymphony.xwork2.util.XWorkConverter - field-level type converter for property [settings] = none found com.opensymphony.xwork2.util.XWorkConverter - Property: settings.settings com.opensymphony.xwork2.util.XWorkConverter - Class: com.rjssoft.webdocs.admin.SettingAction com.opensymphony.xwork2.util.XWorkConverter - global-level type converter for property [settings] = com.rjssoft.webdocs.converter.settinglistconver...@d72200 com.rjssoft.webdocs.converter.SettingListConverter - Called SettingListConverter.convertValue(Map, Object, Member, String, Object, Class) com.rjssoft.webdocs.converter.SettingListConverter - target: com.rjssoft.webdocs.admin.settingact...@1e29b99 com.rjssoft.webdocs.converter.SettingListConverter - member: public void com.rjssoft.webdocs.admin.SettingAction.setSettings(com.rjssoft.webdocs.setting.SettingList) com.rjssoft.webdocs.converter.SettingListConverter - propertyName: settings com.rjssoft.webdocs.converter.SettingListConverter - value(java.util.ArrayList): [] com.rjssoft.webdocs.converter.SettingListConverter - toType: class com.rjssoft.webdocs.setting.SettingList Ryan Lukasz Lenart wrote: > > 2009/3/16 ryangr <grigg...@gmail.com>: >> com.opensymphony.xwork2.util.XWorkConverter - processing conversion file >> [com/rjssoft/webdocs/admin/SettingAction-conversion.properties] >> [class=class >> com.rjssoft.webdocs.admin.SettingAction] > > As I see you have only SettingAction-conversion.properties, could you > try to use global xwork-conversion.properties? > > http://struts.apache.org/2.x/docs/type-conversion.html#TypeConversion-ApplyingaTypeConverterforanapplication > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/Type-conversion-exceptions-tp22497261p22567815.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org