Forum OpenACS Development: Re: XoWiki 0.60 available

Collapse
2: Re: XoWiki 0.60 available (response to 1)
Posted by Jon Griffin on
I just updated and got the following error when I tried the new form
From field 'text' has unknown attribute 'height'
    while executing
"error [_ xowiki.error-form_constraint-unknown_attribute [list name [my name] entry $attribute]]"
    ("*=*" arm line 6)
    invoked from within
"switch -glob $s {
        optional    {my set required false}
        required    {my set required true}
        label=*     {my label     [lindex [sp..."
    (procedure "config_from_spec" line 15)
    ::xotcl::__#e ::xowiki::FormField->config_from_spec
    invoked from within
"my config_from_spec [my spec]"
    (procedure "init" line 7)
    ::xotcl::__#e ::xowiki::FormField->init
    ::xowiki::FormField ::xotcl::Class->create
    ::xowiki::FormField ::xotcl::Class->new
    invoked from within
"FormField new -name $name  -id        [::xowiki::Portlet html_id F.[my name].$name]  -locale    [my nls_language]  -label     $label  -type      [expr..."
    (procedure "create_form_field" line 28)
    ::xotcl::__#Y ::xowiki::Page->create_form_field
    invoked from within
"$data create_form_field  -name $__field  -slot [$data find_slot $__field]  -spec [lindex $__spec 1]  "
    (procedure "mkFields" line 41)
    ::xowiki::f1 ::xowiki::WikiForm->mkFields
    invoked from within
"my mkFields"
    (procedure "init" line 24)
    ::xowiki::f1 ::Generic::Form->init
    ::xowiki::FormForm ::xotcl::Class->create
    invoked from within
"[$object_type getFormClass -data [self]] create ::xowiki::f1 -volatile  -action  [export_vars -base [$package_id url] $action_vars]  -data [self]  -fo..."
    (procedure "edit" line 56)
Collapse
3: Re: XoWiki 0.60 available (response to 2)
Posted by Gustaf Neumann on
Jon, you are quite fast. fixed in cvs. one should not be allowed to cleanup code on the day of a release.