Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.110 -r1.111 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Oct 2008 08:59:18 -0000 1.110 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Oct 2008 11:49:21 -0000 1.111 @@ -364,6 +364,7 @@ # without label, error message, help text my render_item } + my set __rendered 1 } FormField instproc render_form_widget {} { @@ -378,6 +379,7 @@ # If no special renderer is defined, we fall back to this one, # which is in most cases a simple input fied of type string. ::html::input [my get_attributes type size maxlength id name value disabled {CSSclass class}] {} + my set __rendered 1 } FormField instproc render_item {} {