Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最後の行が
render results as JSON
iframeにレンダリングされています。Firefoxがこれを処理するとき、jsonファイルをダウンロードしようとします。これは正常ですか?私がこれを回避することができた唯一の方法は、それを文字列に変換してから、javascript側で処理することです。
私はこのようなものを書いたgrailsコントローラーを持っていて、Stringメッセージを持っています。この例を試してください。
String msg = g.message(code: "default.errors.login.fail") render([error: msg] as JSON)