[Zope] parameters

2000-12-19 Thread Nuno Goncalves

Hi everybody !
I'm trying to pass some parameters to a dtml method.
It's something like dtml-var expr="template(menu, menu2)"
written in a dtml document XPTO.

template is a dtml method !

Question is :
Is it possible to catch in a dtml method the parameters passed by
dtml-var expr="template(menu, menu2)" ???

How can i catch menu and menu2 in the dtml method template ??

thanks in advance
best regards, Nuno


___
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] parameters

2000-12-19 Thread Tim Cook

Nuno Goncalves wrote:
 
 Hi everybody !
 I'm trying to pass some parameters to a dtml method.
 It's something like dtml-var expr="template(menu, menu2)"
 written in a dtml document XPTO.
 
 template is a dtml method !
 
 Question is :
 Is it possible to catch in a dtml method the parameters passed by
 dtml-var expr="template(menu, menu2)" ???
 
 How can i catch menu and menu2 in the dtml method template ??
 

http://zdp.zope.org/projects/zsnippet/snippets/DTMLTags/CallingDTMLMethods

HTH,
-- Tim Cook, President --
Free Practice Management,Inc. | http://FreePM.com
Office: (901) 884-4126
Censorship: The reaction of the ignorant to freedom.

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