[Zope-dev] form action in specific context

Martijn Faassen m.faassen@vet.uu.nl
Mon, 16 Aug 1999 16:02:55 +0200


Martijn Faassen wrote:
> 
> Martijn Faassen wrote:
> [snipperdesnipperdesnap my own question]
> 
> absolute_url to the rescue. This ought to work:
> 
> <a href="<!--#var absolute_url->/whateverIWantToCall-->">Link</a>

Except that this has 50,000 syntax errors. It should of course be:

<a href="<!--#var absolute_url-->/whateverIWantToCall">Link</a>

And I tried it and it works. :)

Regards,

Martijn