次の jsp スニペット:
<% while(set.next()) { %>
<li>
<%-- statement 3--%> <a class="thumb" href="/home/non-admin/project uploads/project users/" <% + %> <%= set.getString("UserEmail") %> <% + %> "/" <% + %> <%= set.getString("NameOfThePhoto") %> > <img src="images/portfolio_two/1_thumb.jpg" alt="one"> </a>
<div class="caption">
<div class="image-title portfolio_two">"Pier by the sea, Fowey, Cornwall, UK"</div>
</div>
</li>
<% } %>
ステートメント 3 でエラーが発生します。IDE はnot a statement
、 と"""""" is not serializable in xml 1.0
. このエラーは何ですか? なぜ発生するのですか? ステートメント 3 では、データベースから取得した値を href に追加しています。