Re: Mod_perl not receiving changed made by JavaScript: bug

2004-04-08 Thread Perrin Harkins
On Thu, 2004-04-08 at 12:12, Kemin Zhou wrote: > It looks there is some caching going on in the http server. > > This problem goes away if the perl program is run under CGI. This is almost certainly caused by a bug in your perl code. You are probably unintentionally creating a closure. If you

Mod_perl not receiving changed made by JavaScript: bug

2004-04-08 Thread Kemin Zhou
I look at the bug report no where to find an entry for this bug. I am using Apache 2, mod_perl2 with RedHat 9.0 Everything is working find. Using Apache::Registry for CGI scripts. I have toy form with a few fields, One field can register changed made to other fields. This changed_field is dynami