> Problem Statement:
> Dynamic Tables are NOT working if using an array that does not start with
> and index of 0 (zero) or uses non sequential integers in the index.
>

As Agnus already pointed out, dynamic tables doesn't iterate over an Array
(it wouldn't be nearly impossible to dterminate which is the correct array
to use, if there is more then one array inside your table). A dynamic tables
ends, when an block that uses $row returns undef. (see
http://perl.apache.org/embperl/Embperl.pod.4.html#HTML_Tags )

This works very well for display of simple arrays. For more complex
situation I prefer to use an explicit loop ([$while$] [$foreach$]), because
it's more clear what's happeing.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to