[Twisted-web] List manipulation in Nevow

twisted-web@twistedmatrix.com twisted-web@twistedmatrix.com
Sun, 28 Dec 2003 9:07:25 +0200


Hi all,
i'm using nevow to develope a web interface.
the web pages includes post/get data from/to a remote server
i must say you have done great job and its very simple to create 
forms in different ways.
 
And now for my question.

I need to reciev from a remote server a list of data and need to manipulate some actions on it, such as: delete, add update and so on, as i undertood (and might be mistaken) nevow doesn't have input list support yet? if it does in which class is it in formless.py? do you have an example of such? i don't care wheather selection of an item will b through check box or by picking from an input frame.

best regards and thanks in advance