Hello again monks,
I am using HTML:Template to get data from a database, and put it into a form to be edited/updated. There is an outer TMPL_LOOP, and 7 inner TMPL_LOOPs. Everything works fine until I get to the 7th inner loop. At that point, I get no template processing and an error in my log that just says
at /usr/www/users/wiprayer/cgi-bin/edit_del.pl line 92.
If I delete the last TMPL_LOOP from the template, everything works fine, except that the last select list doesn't get populated.
Is this a limitation on the number of loops that can be used in the template? I Googled and I rtfm, but found no mention of a limitation on nesting loops, or the number of loops.
Thanks again for your help,
digger
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.