>
> I am having a problem with one of my forms under Embperl
> 2.0rc4, which works under 1.3.6.
>
> Here is a minimal case:
>
> [- $fdat{xxx} = 'xxx' -]
Add
[- @ffld = keys %fdat -]
> <FORM>
> [$ hidden $]
> </FORM>
>
> This does not produce any hidden value for 'xxx'. It does under 1.3.
>
> Setup is Slackware 10.1, apache 1.3.33, mod_perl 1.29.
>
> Any ideas? Is this a bug, or intentionally changed behavior?
Should behave the same in Embperl 1.3, if not it is an bug in Embperl 1.3
(as you know @ffld gets automaticly setup for parameters posted to the page,
so maybe your testcase are slightly different for 2.0 and 1.3?)
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]