Hi Roger,

> I tried it, and got the same result.  Looked a bit further into it,
> and found that the Control.vm is expecting StringUtils as $stringutils
> (which is not mentioned in the docs  :().

A bit more.  StringUtils was in the Context as "strings".  So the
correct Control.vm would be like this:
#foreach ($planet in $Planets)

   #set ($outputFile = $strings.concat([$planet, ".html"]))
   $generator.parse("HtmlTemplate.vm", $outputFile, "planet", $planet)

#end

Best regards,
-- Shinobu

--
Shinobu "Kawai" Yoshida <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to