I'm using $link to build my form like this:
<form method="POST" name="$link.setPage("bank,OpenAccount.vm")">

But the URL which gets generated looks like this:
        ../turbine/template/bank.OpenAccount.vm
it uses a period which does not work.

Shouldn't it be:   ../turbine/template/bank,OpenAccount.vm
with a comma???

Or am I supposed to have a file called
        /templates/bank.OpenAccount.vm     instead of
        /templates/bank/OpenAccount.vm ?


Regards,

J


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

Reply via email to