comparison Lib/IMPL/Web/TT/Document.pm @ 171:59e5fcb59d86

Исправления, изменена концепция веб-форм
author sourcer
date Mon, 06 Jun 2011 03:30:36 +0400
parents 4267a2ac3d46
children d1676be8afcc
comparison
equal deleted inserted replaced
170:b88b7fe60aa3 171:59e5fcb59d86
264 } 264 }
265 265
266 my @result = $this->selectNodes($method); 266 my @result = $this->selectNodes($method);
267 267
268 return $result[0] if @result; 268 return $result[0] if @result;
269 carp "Looks like you have a mistake, document doesn't have a such property or child: $method"; 269 carp "Looks like you have a mistake, the document doesn't have a such property or child: $method";
270 return; 270 return;
271 } 271 }
272 272
273 sub Dispose { 273 sub Dispose {
274 my ($this) = @_; 274 my ($this) = @_;