Re: jsp 2.0 el string functions error

2004-06-22 Thread Þorgils Völundarson
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

Re: jsp 2.0 el string functions error

2004-06-21 Thread Kris Schneider
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

jsp 2.0 el string functions error

2004-06-17 Thread Þorgils Völundarson
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