This one is also insightful:
https://issues.apache.org/jira/browse/EL-2
On Thu, Jun 7, 2012 at 10:18 AM, Mike Kienenberger <mkienenb_at_gmail.com> wrote:
> http://futuretask.blogspot.com/2005/01/java-tip-6-dont-capitalize-first-two.html
>
> On Thu, Jun 7, 2012 at 3:20 AM, Oleg Bogryakov <oleg_at_bogryakov.ru> wrote:
>> Hi, everybody!
>> I found little bug in EL with retrieving field by name. If entity-bean's
>> field name is "eMail" - the EL in JSF-page can't retrieve class's field by
>> this name (for examle: <h:inputText
>> value="#{someController.getSelectedBean().eMail}"/>), but if entity-bean's
>> field name is "eeMail" or "email" - it work's properly. In other words, if a
>> second letter of field's name in uppercase - it's not working...
>>
>> Best regards,
>> Oleg Bogryakov
>> +7 952 237 86 25