# File lib/cgikit/association.rb, line 63
  def set_value( value, component )
    if settable? then
      component.take_value_for_keypath(keypath, value)
    else
      raise InternalInconsistencyError, "The receiver's value is not settable."
    end
  end