You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by "ViV@SH_oFFiCe" <vi...@symbidia.com> on 2002/07/16 09:17:19 UTC

a typing mistake on the website!

on
http://jakarta.apache.org/turbine/turbine-2/howto/velocity-site-howto.html
the part about Velocity Frames:

$page.setTitle("Frames example");

<frameset>
  <frame src="$link.getPage("FrameTop.vm")" />
  <frame src="http://www.something.com/" />
</frameset>



it should be $link.setPage() and not $link.getPage()

it took me half a day to figure that one out

thanks


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>