Thank you for your reply. I found out that fn:length function can't be used
to get the length of an integer object from sql query. So instead I changed
my query to get the length of the variable and passed that to my
fn:substring function. It appears that fn:length can only be done on
strings b
Basically, it means you're passing something to the tag that it
can't iterate over. In other words, it's not an array, a Collection, an
Iterator, an Enumeration, a Map, a String, or null. Could you provide an
example of how you're using ?
Quoting Þorgils Völundarson <[EMAIL PROTECTED]>:
> Does a
Does anybody know what this error is and how to awoid it?
root cause
javax.servlet.jsp.JspTagException: Don't know how to iterate over
supplied "items" in
I'm using java web services (jwsdp-1.3) on linux. When I use the sql taglib
to get data from database and then try to use el