Re: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
TD tag   ( or 4 or how ever many columns you want to span) -Original Message-From: Senthil Nathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 December 2005 08:59To: [EMAIL PROTECTED]Cc: Html-template-users@lists.sourceforge.netSubject: Re: [htmltmpl] HTML::Template - need to

Re: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
hey,thats not the one i expect.i tell the first row with the spacing as some amount of % and then check for the bool var inside that loop.sample code is here,               Job ID         Passed        Failed        Total             ="job_id">">           Reports are missing

[htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
Hi All,I need to merge the columns of a table during runtime in HTNL Template.I have a bool variable set, whenever the cells needs to be merged.So, chking for that var if its set, need to merge the cells else need to have the cells as defined earlier. How this can be done in HTML::Template??ThanksS

[htmltmpl] Re: mod_perl and HTML::Template issues - RESOLVED

2005-12-14 Thread Senthil Nathan
I resolved this problem and only the global variables is the issue.I changed all the global variables to be passed as arguments to the other functions and this resolved my problem.Hope this will be useful to other guys working on MOD_PERL ThanksSenthilOn 12/14/05, Senthil Nathan <[EMAIL PROTEC

[htmltmpl] mod_perl and HTML::Template issues

2005-12-14 Thread Senthil Nathan
Hi All,I faced problems using mod_perl and HTML::Template.The rows displayed using HTML::Template gets duplicated on every reload of the page developed using CGI/Perl only in mod_perl environment.Otherwise its displayed properly. I understand that its a global variable problem with mod_perl. But Ha

[htmltmpl] mod_perl and html::template issues - data gets repeated on every reload

2005-12-06 Thread Senthil Nathan
Hi All,Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script.For the first time loading the data is displayed properly. then for every reload the data displayed on the template gets repeatedly displayed. ( i.e, it gets accumulated. for 5 times reloa

Re: [htmltmpl] HTML Template - fatal error in loop output

2005-11-10 Thread Senthil Nathan
So, Can't we directly pass an array to the template?Thanksrsennat On 11/10/05, Roger Burton West <[EMAIL PROTECTED]> wrote: 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 g

[htmltmpl] HTML Template - fatal error in loop output

2005-11-10 Thread Senthil Nathan
Hi All,I am using an HTML::Template module like this,perl script - contains,    @diagnosis = ( "ONE", "TWO", "THREEE" );    $template->param(dign_loop => [EMAIL PROTECTED]); And template, Im not getting the array being displayed. This is the error I get when I run it, HTML::Templat