It's because of the use of '-' in the variable names. Jexl doesn't like
it.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
Paul Libbrecht <[EMAIL PROTECTED]> wrote on 24/01/2003 09:48:52 PM:
>
> 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]>
>
> ForwardSourceID:NT000A79DE
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>