Cannot read Boolean property in JSP EL

If an object property is declared as of type Boolean (not primitive boolean) then there seem to be a problem in EL recognizing it! Say you have the following object class Case{ private Boole...