Hallo,
ich kriege einfach keine verschachtelte Schleife mit
HTML::Template hin.
Im html steht es so drin:
<TMPL_LOOP NAME=ober_liste>
<input <TMPL_VAR NAME=checked> type="radio" name="licenses" value="<TMPL_VAR NAME=typ>">
<TMPL_VAR NAME=article_descr>
<TMPL_VAR NAME=typ>
<TMPL_VAR NAME=price>
Untergruppe von typ
<TMPL_LOOP NAME=unter_liste>
<TMPL_VAR NAME=typ_s>
<TMPL_VAR NAME=price_s>
</TMPL_LOOP>
<BR>
</TMPL_LOOP>
Beim Ausführen gibt es die Fehlermeldung
Attempt to set nonexistent parameter 'unter_liste' - this parameter name doesn't match any declarations in the template file
ich habe aber doppelt und dreifach kontrolliert ob ich mich auch ja nicht verschrieben habe und im Script steht eindeutig:
$template->param(unter_liste=> \@loop_data_unterliste);
Grüsse
Frank