# File lib/cgikit/component.rb, line 391 def set_binding_value( name, value ) if as = @associations[name] then as.set_value(value, @parent) end end