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.
次のようなリフトビューでプレーンテキストをブラウザーに返したいと思います。
import scala.xml.Text def csv_export_status_check: NodeSeq = { Text("my text") }
しかし、「私のテキスト」はまったく表示されません。
私はそれを間違っていますか?
私は次のことを試しましたが、うまくいきました:
def render = xml.Text("aoeu")
実際、お使いのバージョンも同様に動作するはずです。他に問題があるのではないでしょうか?