#30: tw.forms ListForm genshi template broken
-------------------+--------------------------------------------------------
Reporter: amol | Owner:
Type: defect | Status: new
Priority: major | Version: 0.9
Keywords: |
-------------------+--------------------------------------------------------
when using a ListForm with genshi instead of the form the user gets the
form code itself.
This is caused by the fact that tw/forms/templates/list_form.html calls
''field.display(value_for(field), **args_for(field))'' without
sourrounding it with ''XML()''
replacing each call to ''field.display(value_for(field),
**args_for(field))'' with ''XML(field.display(value_for(field),
**args_for(field)))'' solves the problem
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/30>
tw.forms </trac/tw.forms>
tw.forms - Form building widgets