[Zope] dtml-vars in html links
Joseph A. Archer
archerja@jmu.edu
Thu, 9 Mar 2000 21:07:54 -0500
No error or traceback. It takes me to the "manage_test" page and I can put
the number in manually, and it works. The crazy thing is, I can force-feed
it the manage_test, like:
<a href="/queries/SearchResultPage/manage_test?theid=<dtml-var
the_id>">link</a>
and the test comes up ok. I don't have a clue on this one...
virtually,
Joseph
> "Joseph A. Archer" wrote:
> >
> > Hello (yet again) Zopists,
> >
> > I regret that I have so many questions...
> >
> > I had this working in older versions of Zope. Has this been updated to
> > another format?
> >
> > <a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a>
> >
> > or was I using it the hard way?
>
> No you are doing it the right way and it should work fine.
>
> Is there an error and a traceback?
>
> -Michel
>