# File ValidForm_html.rb, line 288
        def field_tohtml(withValidation=true,indentLevel=0)
                super.gsub('type="text"','type="password"')
        end