search for: a4054012

Displaying 1 result from an estimated 1 matches for "a4054012".

Did you mean: 405402
2006 Apr 23
3
RJS not sent as text/javascript
I''ve made a couple of other posts about this and finally figured out what was wrong. For some reason, the RJS response was not being sent with a content type of "text/javascript" (which it should be, per the dox). The following line in each controller method that renders RJS makes my app work: @headers[''Content-Type''] = ''text/javascript''