Add your ideas below for building Webware servlets using the "inheritance" approach, getting data from Webware, etc. -- MikeOrr_ - 15 Dec 2001 ---- FunFormKit_. Suggested usage by Aaron Held on the Webware list. In your servlet:: rf = self.renderableForm(defaults=defaults, optionSet=options) t = Template(file=templateFile,searchList=[{'rf':rf, 'user':userToView_}]) In the template:: ${rf.username.description}: ${rf.username} $rf .. _FunFormKit_: http://colorstudy.net/software/funformkit/ -- MikeOrr_ - 15 Dec 2001 --- While we're waiting for the real cheetah/webware plugin, you can use this simple one that I wrote which allows webware to serve .tmpl files directly. http://www.lowestplane.org/python/CheetahWebware.tar.gz -- JohnQuigley_ - 18 Jun 2002