On Tue, 16 Sep 2008, Daniel Caillibaud wrote:
I wanted to send an httpRequest for each change in taxonomy multiselect fields (when editing cck nodes). I tried to add a ['#ahah'] param to all my taxonomy form entries, it works, but the WHOLE form is sent each time a select change. I expected to send only the form entry concerned.
Is this "normal" or is there another way to do this with ahah ? (D6, cck 6.x-2.0-rc6)
I have no idea if it is normal, but if it isn't: What browsers have you tested with? IE6, for example, is known for this sort of thing (E.G. submitting all button values when a single button should have been sent per spec).
Luke