Boolean Properties w/ EL
843836Jun 29 2005 — edited Jun 29 2005In a bean with a boolean property ie.
myBean.isDone();
I would assume that I can access it in EL with
${myBean.done}
but this seems to generate a Servlet Exception. Is this normal? Is there a way to access boolean properties like this?