Subject | Re: [Firebird-Java] JSTL & Firebird JDBC |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-01-10T10:56:54Z |
> javax.servlet.jsp.el.ELException: Unable to find a valueThis has something to do with your JSTL code. You try to use "for each"
> for "ENTITY_ID" in object of class "java.lang.String" using
> operator "."
construct
for a singular value.
Roman