Re: [Zope] call a dtml doc in subfolder?

2000-09-13 Thread Chris Withers

Curtis Maloney wrote:
 
 On Wed, 13 Sep 2000, [EMAIL PROTECTED] wrote:
  Hi,
  I want to call a dtml doc with dtml-var docname where docname
  is in a subfolder.  What is the syntax to do this?
 
 
 This is where we find out why you don't put a . in an object name. (o8
 
 dtml-var folder.docname

'cept it probably won't work :P

The dtml-with way is better, but if you must:

dtml-var "folder.docname(_.None,_)"

Chris

___
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 )




[Zope] call a dtml doc in subfolder?

2000-09-12 Thread sean

Hi,
I want to call a dtml doc with dtml-var docname where docname 
is in a subfolder.  What is the syntax to do this?

--Sean

___
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 )




Re: [Zope] call a dtml doc in subfolder?

2000-09-12 Thread Tim Cook

[EMAIL PROTECTED] wrote:
 
 Hi,
 I want to call a dtml doc with dtml-var docname where docname
 is in a subfolder.  What is the syntax to do this?
 

dtml-with subfolder
  dtml-var docname
/dtml-with

HTH,
-- Tim Cook --
Cook Information Systems | Office: (901) 884-4126 8am-5pm CDT
* Specializing in Open Source Business Systems *
FreePM Project Coordinator http://www.freepm.org
OSHCA Founding Supporter http://www.oshca.org

___
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 )




Re: [Zope] call a dtml doc in subfolder?

2000-09-12 Thread Curtis Maloney

On Wed, 13 Sep 2000, [EMAIL PROTECTED] wrote:
 Hi,
 I want to call a dtml doc with dtml-var docname where docname
 is in a subfolder.  What is the syntax to do this?


This is where we find out why you don't put a . in an object name. (o8

dtml-var folder.docname

Simple enough? (o8

 --Sean


Have a better one,
Curtis.

___
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 )