データベースから値 0 と 1 を取得しています。jsp ページでその値を比較したいので、以下のコードを試しましたが、正しく比較されません。
<c:choose>
<c:when test="%{#groupProfileView.userinfo. profilePrivacy}== 1">
creator name: ${groupProfileView.userinfo.firstName}
</c:when>
<c:otherwise>anonmous</c:otherwise>
</c:choose>