Re: [htmltmpl] HTML Template - fatal error in loop output
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2005-11-10 12:31:56
|
On Thu, Nov 10, 2005 at 05:57:51PM +0530, Senthil Nathan wrote: >HTML::Template->output() : fatal error in loop output : HTML::Template : >Attempt to get nonexistent parameter 'one' - this parameter name >doesn'tmatch any declarations in the template file : >(die_on_bad_params set => 1) >at /usr/cisco/packages/perl/perl-5.8.6/lib/site_perl/5.8.6/HTML/Template.pm >line 2962 at hiGuiResultsBrowser.pm line 334 > >Please help me to resolve this. I recommend that you reread the documentation, specifically on the structure of hashes in loops needed by the TMPL_LOOP construct. Hint: you need a structure of hashes in loops. Roger |