I'm trying to build an application using the newapp example which comes with
tdk 2.2 b3.
I already read the Velocity How-To and i searched the archiv.
I have found to set the layout.default to VelocityOnlyLayout in the
TurbineRecource.propertie.
layout.default=VelocityOnlyLayout
template.homepage=Index.vm
I tried to set the frameset in the Login.vm or in the Index.vm like this
$page.setTitle("Index")
$page.setBgColor("#aabbcc")
<frameset>
<frame src="$link.setPage("FrameTop.vm")" />
<frame src="$link.setPage("Navigation.vm")" />
<frame src="$link.setPage("Bottom.vm")" />
</frameset>
But nothing happens.
What's wrong?
Help would be appreciated
Dieter
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>