Re: [htmltmpl] LOOPING error [code included]

2006-12-05 Thread Benjamin Warfield
On Dec 5, 2006, at 9:44 AM, Michael Peters wrote: > Setting die_on_bad_params to false will let you get around this > problem, but that causes > problems if you wanted strict templates in the first place. You can also get around the problem without disabling variable-name checking for the rest

Re: [htmltmpl] LOOPING error [code included]

2006-12-05 Thread Robert Hicks
Michael Peters wrote: > > Roger Burton West wrote: >> On Tue, Dec 05, 2006 at 09:20:40AM -0500, Robert Hicks wrote: >> >>> I have 3 separate loops using each of those. I am converting something >> >from TT->HT and this works fine in TT. Is there something about how HT >>> loops that is biting me?

Re: [htmltmpl] LOOPING error [code included]

2006-12-05 Thread Michael Peters
Roger Burton West wrote: > On Tue, Dec 05, 2006 at 09:20:40AM -0500, Robert Hicks wrote: > >> I have 3 separate loops using each of those. I am converting something >>from TT->HT and this works fine in TT. Is there something about how HT >> loops that is biting me? I am sure "I" am forgetting so

Re: [htmltmpl] LOOPING error [code included]

2006-12-05 Thread Roger Burton West
On Tue, Dec 05, 2006 at 09:20:40AM -0500, Robert Hicks wrote: >I have 3 separate loops using each of those. I am converting something >from TT->HT and this works fine in TT. Is there something about how HT >loops that is biting me? I am sure "I" am forgetting something. In my experience, multiple

[htmltmpl] LOOPING error [code included]

2006-12-05 Thread Robert Hicks
Error executing run mode 'display_employee_page': HTML::Template->output() : fatal error in loop output : HTML::Template : Attempt to set nonexistent parameter 'labor_category' - this parameter name doesn't match any declarations in the template file : (die_on_bad_params => 1) at C:/Perl/site/lib/H

[htmltmpl] Template variables with dots in HTML::Template::Expr

2006-12-05 Thread Roel Plieger (Bossers & Cnossen)
As a WebGUI user/developer I (and all other WebGUI people :-) have the need to be able to use variables with dots, and this is not possible at the moment. However there's a simple solution: in the HTML::Template::Expr module the definition of 'var' in the $GRAMMAR section needs the inclusion of th