# File lib_wpm/wpm.rb, line 3019
    def view
      make_attr_desc{ |attr_desc|
        attr_desc += ' name="' + escapeHTML(action_id) + '"'
        attr_desc += ' type="submit"'
        attr_desc += ' value="' + escapeHTML(@properties.value) + '"' if @properties.has_value?
        yield('<input' + attr_desc + ' />')
      }

      nil
    end