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.
いくつかの文字列プロパティを持つセッション Bean があります。
どのようにすればjspページからそれとそのプロパティにアクセスし、それらの1つが特定の文字列と等しいかどうかを確認できますか?
タグを使用する必要があると思いますが、どうすれば<c:choose>よいですか? <bean:write>例?
<c:choose>
<bean:write>
<c:if test="${beanName.beanProp == 'the string'}"> It's equal. </c:if>