私のjspページで指定しています:
<c:choose>
line 1: <c:when test="${com.community_classification_id.contains('1')}">
<input type="checkbox" id="by_invitation1" name="invitaion" value="1" checked="true">By Invitation<span style="padding-left:28px"></span>
</c:when>
<c:otherwise>
<input type="checkbox" id="by_invitation1" name="invitaion" value="1">By Invitation<span style="padding-left:28px"></span>
</c:otherwise>
</c:choose>
しかし、@行番号。1それは私に500エラーを与えます
The function contains must be used with a prefix when a default namespace is not specified
私はそれを理解することができません。なにが問題ですか?