On Thursday, June 26, 2003, at 04:05 AM, Henning P. Schmiedehausen wrote:


Keith Seim <[EMAIL PROTECTED]> writes:

$link.setPage  -> sets the name of the Template to display
$link.setAction -> sets the Action parameter of a link
$link.setScreen -> sets the Screen parameter

So you should be able to do

<a href="$link.setScreen("Default").setTemplate("xxx.vm")">Next Screen</a>

~> Just wondering if you meant: <a href="$link.setScreen("Default").setPage("xxx.vm")">Next Screen</a> ?

This seems to work better for me, and it looks congruent with your list of methods above.

Reply via email to