[Zope] Dynamically generating fielsd in a form
Dieter Maurer
dieter@handshake.de
Fri, 17 Jan 2003 21:42:03 +0100
D2 wrote at 2003-1-16 13:36 -0400:
> Well, it's not a tree. The 'process' object is a model to follow to
> dynamically generate fields to fill in in a form.
I have understood that.
You want to display a dynamic structure in ZPT.
You do not know the depth of the structure before hand.
Therefore, a fixed nesting of "tal:repeat" will not work.
When you *WOULD* display a tree, you would face the same
problem.
The tree display in the ZPT examples has solved the problem.
It may be worth (for you!) to look at this solution.
Dieter