I''ve got an app with a couple of ajax drop in forms. I''ve had it working on RJS for a while now on edge rails. On my laptop running in development mode under webrick it works beautifully. When I deploy it to my shared host account where the real app lives it doesn''t work. There it''s running in production mode on Apache using CGI (fastcgi not working there yet). When I monitor the production.log, it appears that it is rendering everything right, but the form never appears on the screen. Anybody have any clues?