# File ValidForm.rb, line 52
        def [](idOrName)
                fieldById(idOrName) || fieldsByName(idOrName)
        end