# File lib/cgikit.rb, line 823
 def initialize( app, parent, name, body )
		@path = "#{app.component_path}/#{self.class}/#{self.class}"
		super( app, parent, name, body )
	end