OK,

I guess we're all victim of email-clients auto-fills, I never filled Jakarta list, I'll try to pay attention...
And here we are with the appropriate jelly header.

Paul


Le Vendredi, 24 janv 2003, � 13:58 Europe/Berlin, James Mitchell a �crit :
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]>

Reply via email to