> 
> <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>
> 

Does the body of the <j:set/> tag actually get executed?  My understanding
was that this is only the case if you don't supply the value attribute.
Further te result of executing the body will then be the value for the
variable.

--
knut

Reply via email to