Richard Wesley writes:
I'm fighting a similar problem here. I have solved part of the problem with SESSION objects, but the form I have been given is complex. The goal is to create a new record in a DB table and some entries in a join table between this new record and several entries from an existing second table. The form looks kind of like this:
<new record fields>
<batched list of second table entries with selection checkboxes>
<Select>
<filter controls for second table listing> <Search>
<list of selected second table entries and join data> <Delete for each line>
<Enroll> <Clear>
The big problem I see is that the batch controls are just links back to the same page with a different start= argument. My "Dispatcher" and "Wizzard" products might help you
<http://www.dieter.handshake.de/pyprojects/zope> Now, there are no examples! When the documentation is not enough that you can get up, then you cannot use them... Dieter