Re: [Templates] error in while statement

2010-03-24 Thread Clinton Gormley
> Argument "" isn't numeric in numeric lt (<) at > /home/savio/netstore/templates/src/page.html line 57. > > launched by this line: > > [% counter = 0 %] > [% WHILE (counter < info.size) %] info isn't defined, so info.size is also undefined (but is converted to the empty string), so you're doi

Re: [Templates] error in while statement

2010-03-24 Thread Oleg Kostyuk
Probably, "info" is undef?... 2010/3/24 dark0s : > What meaning the follwing error message: > > Argument "" isn't numeric in numeric lt (<) at > /home/savio/netstore/templates/src/page.html line 57. > > launched by this line: > > [% counter = 0 %] > [% WHILE (counter < info.size) %] > > > Regards

[Templates] error in while statement

2010-03-24 Thread dark0s
What meaning the follwing error message: Argument "" isn't numeric in numeric lt (<) at /home/savio/netstore/templates/src/page.html line 57. launched by this line: [% counter = 0 %] [% WHILE (counter < info.size) %] Regards, Savio ___ tem