youtube 埋め込みタグと を使用して YouTube 動画を表示しようとしていますJSP EL
。
これがコードです。
<iframe width="420" height="315" src="${post.text}" frameborder="0" allowfullscreen</iframe>
しかし、次のようにURLをハードコーディングしようとすると:
<iframe width="420" height="315" src="http://www.youtube.com/somevideo" frameborder="0" allowfullscreen</iframe>
それは正常に動作します。