Subject Re: [Firebird-Java] JSTL & Firebird JDBC
Author Roman Rokytskyy
> javax.servlet.jsp.el.ELException: Unable to find a value
> for "ENTITY_ID" in object of class "java.lang.String" using
> operator "."

This has something to do with your JSTL code. You try to use "for each"
construct
for a singular value.

Roman