On 11/21/05, Ian Bicking <[EMAIL PROTECTED]> wrote: > I hope you'll give some consideration to formencode.htmlfill as well; > for any given form, that's going to be the easiest thing for a designer > to work with. It also opens up the potential that someone can escape > from programmatic HTML generation by copying the rendered HTML directly > into the template.
The actual filling of the widgets with the proper values is already handled by the widgets/form code. (No extra pass needed, the values just get plugged in to the Kid template.) The key will be that the widgets have a "source" method that gives you the code to drop into a Kid template that removes the on-the-fly generation part of the equation. Kevin

