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::