Hi Angus,
Just wanted to shoot you a quick email to let you know I wasn't ignoring you
and your reply was appreciated. Just got busy with work! :O
Makes sense too. :)
- Gavin
>>> Angus Lees <[EMAIL PROTECTED]> 06/10/07 2:22 PM >>>
On 6/5/07, Gavin Spomer <[EMAIL PROTECTED]> wrote:
>
> Hi Folks
On 6/5/07, Gavin Spomer <[EMAIL PROTECTED]> wrote:
Hi Folks,
I have an array of "facet" objects called @facets. A "facet" object has a
method called facet_name. I would like to output this using dynamic tables,
instead of having to do an Embperl foreach loop. The following Embperl
foreach loop
Hi,
>
> However when I try using an Embperl dynamic table (as
> desired) like the following:
>
>
>
> [+ $facets[$row]->facet_name +]
>
>
>
> I get an error:
>
>[1381]ERR: 24: Error in Perl code: Can't call method
> "facet_name" on an undefined value at
> /
Hi Folks,
I have an array of "facet" objects called @facets. A "facet" object has a
method called facet_name. I would like to output this using dynamic tables,
instead of having to do an Embperl foreach loop. The following Embperl foreach
loop works:
[$ foreach $facet (@facets) $]