Thanks Andrew! I discovered that you can only change form elements via ahah and not do an ajax submit.. checked out module_load_include, pretty cool..
On 2011-06-27, at 7:11 AM, Mukesh Agarwal wrote:I'd suggest looking at the ahah_example module in http://drupal.org/project/examples. It has a helper function that sets up the form variables properly that is invaluable in this sort of work.
> I dont see the value that I put in body field.. Am I doing it right?
Also, instead of include_once, consider module_load_include().
--Andrew