Re: Object Arrays & Dynamic Tables

2007-06-22 Thread Gavin Spomer
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

Re: Object Arrays & Dynamic Tables

2007-06-14 Thread Angus Lees
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

RE: Object Arrays & Dynamic Tables

2007-06-06 Thread Gerald Richter - ECOS GmbH
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 > /

Object Arrays & Dynamic Tables

2007-06-05 Thread Gavin Spomer
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) $]