[ZPT] How to pass parameters to a ZPT call inside another ZPT

Charlie Clark charlie at begeistert.org
Fri Aug 29 18:00:57 EDT 2003


On 2003-08-29 at 13:51:28 [+0200], Sinclair wrote:
> Hi folks,
> 
> I don't understand how to pass parameters to a ZPT call inside another 
> ZPT, and then to catch those parameters in the second.
> 
> Maybe should I use 'options' builtin name ?

ooh, why would you want to do that anyway? Can't you use a macro? You might 
be able to use request.set() to add things to the request.

Charlie



More information about the ZPT mailing list