Closed (fixed)
Project:
Documentation
Component:
Outdated
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2008 at 18:46 UTC
Updated:
17 Jan 2009 at 19:00 UTC
I'm running into two problems with form elements added to by AHAH:
For my current project I hacked around the problem by adding AHAH settings for all possible form elements that might be added to the page and by adding the enctype attribute "multipart/form-data" even when the initial form contains no file elements. This seems like a bug in AHAH form processing.
Comments
Comment #1
darren ohA missing documentation bug. AJAX with 6.x FormAPI needs to be updated. CCK's content_add_more_js() function provides a good example for how to deal with this issue.
Comment #2
nielsbom commentedChanged the component to reflect the new component categorization. See http://drupal.org/node/301443
-nielsbom
Comment #3
add1sun commentedThat page has been deprecated and a whole new section on using AJAX/AHAH has been written and updated.