Gerald Richter wrote:
the docs say Embperl2 sends all formfields, even when empty but it
clearly doesn't work - did I misunderstood something? How can I turn this on?
optAllFormData is still an option in Embperl 2, so you should be able to set
it.
Great, thanks.http://perl.apache.org/emb
>
> No comment? At least some workaround?
Oops, sorry I have overseen this message.
> It really bad problem
> esp. with Recordset like in $rs->Update(\%fdat)... I got
> similar stuff all over the place
>
> RobertCZ wrote:
>
> > the docs say Embperl2 sends all formfields, even when empty bu
No comment? At least some workaround? It really bad problem esp. with
Recordset like in $rs->Update(\%fdat)... I got similar stuff all over
the place
RobertCZ wrote:
the docs say Embperl2 sends all formfields, even when empty but it
clearly doesn't work - did I misunderstood something? How can
Hi,
the docs say Embperl2 sends all formfields, even when empty but it
clearly doesn't work - did I misunderstood something? How can I turn
this on?
- Robert
---
[- use Data::Dumper; -]
[+ Dumper(\%fdat) +]
-