On Mon, Nov 30, 2009 at 01:14:27PM -0500, Brad Baxter wrote:

>In the code below, I'm using a My::Param object that has
>a param() method that "works like HTML::Template's param()"
>as regards a get operation (which is all I'd expect it to
>need).  Does it have to be more than that?

Hrm, I'd expect at the very least it would need to be able to return a
list of parameters (when called in scalar context). UTSL, and down in
sub output we see:

        map {
          $case_map{$associated_object}{lc($_)} = $_
        } $associated_object->param();

-- 
(garbage below inserted by sourceforge)

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to