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
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )