[Zope] Including a method returning batches inside a page.

Jean Jordaan Jean@mosaicsoftware.com
Wed, 23 Aug 2000 15:13:43 +0200


Hi Phil

> Is docsByTitle a DTML Document?

It's a Method alright -- cutting straight off the screen::

  DTML Method at /docs / docsByTitle

and 'index_html' is::

  DTML Document at /docs / index_html

>   <a href="<dtml-var document_id><dtml-var sequence-query>qs=<dtml-var
> next-sequence-start-number>">

Hmm, it sounds like you expected 'document_id' to refer to
'index_html' instead of to 'docsByTitle'. That sets me thinking.
Hmm! It works exactly that way if you replace 'document_id' 
with 'id'! Does this break anything?::

    <a href="<dtml-var id><dtml-var sequence-query>qs=<dtml-var
next-sequence-start-number>">

Thanks!
-- 
Jean Jordaan       --    technical writer    --
Mosaic Software    --    Zope 2.1.6 on WinNT and W2K