# File lib/cgikit.rb, line 835
 def run
		_bind_attribute
		_bind_request
		if @action == nil then return end

		if self.class.to_s == application.target
			CKBinding.bind( self, @action )
		end
	end