[ZPT] Simple Variable Call

Chris Withers chrisw@nipltd.com
Tue, 03 Dec 2002 09:37:10 +0000


beno wrote:
> I went with:
> python:here.theFrame(here.size(),template.id)" />
> and that worked fine. The whole idea here was to use a variable that was 
> constantly changing and just duplicate pages based on the change. Works 
> well :))

Be careful, not everything that has an id has a .id, you should use:

template.getId() or template/getId depending on what you're doing...

cheers,

Chris