
Index: ahah_helper/ahah_helper.module
===================================================================
--- ahah_helper/ahah_helper.module	(revision 2357)
+++ ahah_helper/ahah_helper.module	(working copy)
@@ -196,7 +196,7 @@
 
   drupal_json(array(
     'status'   => TRUE,
-    'data'     => theme('status_messages') . drupal_render($form_item),
+    'data'     => theme('status_messages') . drupal_get_js() . drupal_render($form_item),
     'settings' => array('ahah' => $settings['ahah']),
   ));
 }
