Hi there,
in version 1.3.6, HTML::Embperl was able to build dynamic tables with headers, for example, have a look at the following code:
[* @arr=(1,2,3); *] [- $tabmode=17; -] [- $maxrow=1000; -]
<html> <head> </head> <body>
<TABLE border=1> <TR><TH>HEADER</TH></TR> <TR><TD>[+ $arr[$row] +]</TD></TR> </TABLE>
</body> </html>
In the latest version 2.0b11, the same code leads to a table where we have the header row for each line, that means, we get a header, then the first line, the next header, then the second line, and so on. Tables with this structure do not look too good, but I have attached both of them, just have a look.
Is this a bug or is it a feature? Is there any workaround to get the old tables with the new Embperl? Or is it possible to run the 1.3.6 Embperl with apache and mod_perl in version 2?
Thanks for any ideas,
cheers,
Andreas
HEADER |
---|
1 |
HEADER |
2 |
HEADER |
3 |
HEADER |
---|
1 |
2 |
3 |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]