Re: [Struts 1.3] converter converts but not set property

2009-09-24 Thread senderj
pe doesn't. I have checked the convert() method in >> MyConverter in debug mode and it can convert correctly. But the >> stk.warType >> was not set (although its setWarType() was run with correct parm and >> output). >> >> But if I add this code

Re: [Struts 1.3] converter converts but not set property

2009-09-23 Thread Arthur Neves
put). > > But if I add this code after the copyProperties() at the above, then it > works > BeanUtils.copyProperty(stk, "warType", > PropertyUtils.getSimpleProperty(form, "warType")); > > Any idea why? > > -- > View this message in context: > h

[Struts 1.3] converter converts but not set property

2009-09-23 Thread senderj
copyProperty(stk, "warType", PropertyUtils.getSimpleProperty(form, "warType")); Any idea why? -- View this message in context: http://www.nabble.com/-Struts-1.3--converter-converts-but-not-set-property-tp25531