# File ValidForm.rb, line 722
        def value
                (vals=values).length==0 ? nil : vals.length==1 ? vals[0] : vals
                #ToDo: allow for @customValue
        end