You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Jack Axaopoulos <ja...@cisco.com> on 2002/01/17 01:36:35 UTC

$link question

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: $link question

Posted by Jack Axaopoulos <ja...@cisco.com>.
Ignore this post.
I'm delirious with fever.   ;-)

J

At 04:36 PM 1/16/2002 -0800, Jack Axaopoulos wrote:

>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:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>


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