Re: Undef2Empty

2004-12-13 Thread RobertCZ
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

RE: Undef2Empty

2004-12-13 Thread Gerald Richter
> > 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

Re: Undef2Empty

2004-12-11 Thread Robert Germic
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

Undef2Empty

2004-12-09 Thread RobertCZ
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) +] -