Hi,
The following jelly snippet provides me a java.lang.NumberFormatException but works... it's kind of weird, the error sort of means that evaluateAsIterator of a StringTokenizer actually requires to convert the string being tokenized into a double...
<j:set var="blop" value="the value of blop"/>
<util:tokenize var="blop-cut" delim=" ">${blop}</util:tokenize>
<j:forEach items="${blop-cut}" var="token">
<log:info>Found word "${token}"</log:info>
</j:forEach>
Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- RE: NumberFormat exception when building iterator ? Paul Libbrecht
- RE: NumberFormat exception when building iterator ? James Mitchell
- RE: NumberFormat exception when building iterator ... Henri Yandell
- RE: NumberFormat exception when building itera... James Mitchell
- [jelly][jexl] Re: NumberFormat exception when ... Paul Libbrecht
- Re: [jelly][jexl] Re: NumberFormat excepti... James Strachan
- Re: [jelly][jexl] Re: NumberFormat ex... Paul Libbrecht
- [jelly] NumberFormat exception when building itera... Paul Libbrecht
- Re: NumberFormat exception when building iterator ? dion
