Summary: | forEach : items + first char upper case | ||
---|---|---|---|
Product: | Taglibs | Reporter: | alexandre <asfbugzilla> |
Component: | Standard Taglib | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | CLOSED INVALID | ||
Severity: | enhancement | ||
Priority: | P5 | ||
Version: | 1.1 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows XP |
Description
alexandre
2006-11-23 01:52:28 UTC
I'm pretty sure this will turn out to be an issue with the bean spec rather than a code bug. As far as I know, the bean spec views the L in 'setLProperties' as an acronym rather than a word of single size. Therefore it keeps it capitalised. I've seen similar bugs reported in Spring and BeanUtils. Henri's right. In accordance with the JavaBeans spec, the method: public ArrayList getLPropertie2(){..} exposes a property called "LPropertie2". You can either use that or create a BeanInfo class if you'd like to change the property name. This has nothing to do with the taglib. thank you, the next time I will seek better before disturbing you. |