Open GoogleCodeExporter opened 8 years ago
Sorry, but without a test environment similar to what you are doing with Ajax,
I really can be of little help. The error that is being reported seems to
indicate that DDCL has not yet been applied to the SELECT#rnc. Its almost as
though you are destroying the DDCL before it have been recreated.
You might want to try running with non-minimized version of DDCL and setting
breakpoints on the DDCL creation and destroy, just to ensure that DDCL has been
properly rebuilt before you attempt the second destroy.
Original comment by womohun...@ittrium.com
on 6 Feb 2012 at 3:10
The form was returning a "new" html document with <html><body> tags which were
being inserted into a <div>. DDCL was probably looking for the [object] in the
new html. I had to code around so that the form only returned the results into
the <div> and not a whole new html. Working great now.
Original comment by Ryan.Gar...@gmail.com
on 15 Feb 2012 at 4:40
Original issue reported on code.google.com by
Ryan.Gar...@gmail.com
on 30 Jan 2012 at 7:54