diff Lib/IMPL/Web/TT/Control.pm @ 126:c8dfbbdd8005

Several bug fixes Forms support pre-alfa version
author wizard
date Fri, 11 Jun 2010 04:29:51 +0400
parents a7efb3117295
children fb896377389f
line wrap: on
line diff
--- a/Lib/IMPL/Web/TT/Control.pm	Thu Jun 10 17:43:51 2010 +0400
+++ b/Lib/IMPL/Web/TT/Control.pm	Fri Jun 11 04:29:51 2010 +0400
@@ -22,7 +22,7 @@
 		# load a template
 		$args{template} = $this->document->context->template($args{template}) if ($args{template} and not ref $args{template});
 	}
-	$this->template($args{template}) if $args{template};
+	#$this->template($args{template}) if $args{template};
 
 	$this->id($this->nodeName . '-' . $nextId++);
 	$this->controlClass($args{controlClass} || 'Control');