Hi jshy --

> In an attempt to trobleshoot my issue, I rewrote as;
> 
> sub form {
>       my $self = shift;
> 
>       $tmpl = $self->load_tmpl('history.tmpl');
>       $tmpl->param('HISTORY' => [{ wo =>'1234', po =>'567'}]);
>       return $tmpl;
>       }
> 
> Then I get;
> 
> HTML::Template=HASH(*mem_addr*)


Does your 'history.tmpl' contain the following:

  <tmpl_loop name="HISTORY">
    <tmpl_var name="wo">
    <tmpl_var name="po">
  </tmpl_loop>


If so, your data ought to work.

BTW, have you posted this question to the HTML-Template mailing list?


-Jesse-


----

  Jesse Erlbaum, CTO
  Vanguard Media
  212.242.5317 x115
  [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to