|
From: Anna C. <ac...@er...> - 2004-02-16 22:54:59
|
Has the problem below been resolved? I really need to try to map indexed properties... Unfortunately there isn't proper support for indexed or mapped properties yet. The getIndexedPropertyValue method in BeanWrapper is misleading; effectively, that method shouldn't even be there. Regarding Struts, I know that Jakarta Commons BeanUtils supports indexed and mapped properties, so I suppose that Struts' form binding does too. I've just raised the topic on the developer list. We definitely need to look into this. For the time being, I'm afraid that we support sophisticated property type conversion and type mismatch handling on form binding but no indexed or mapped properties. Juergen Thanks in advance!!! Anna |