# File lib/cgikit/association.rb, line 43
  def constant_in_component?( component )
    if _constant == true then
      return false
    else
      return (component.can_set_value?(@keypath) == false)
    end
  end