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

Relying too strongly on indentation practices here...  Of course your
example was right!  At least it made me look at the <j:set/> tag
implementation. ;-)

--
knut

Reply via email to