<c:if test="${config.update and not config.caseUpdate}">
<html:submit property="userComments" style="width:200px" styleId="addCommentsBtn">
<bean:message key="button.update.case"/>
</html:submit>
</c:if>
私はこの作業メカニズムについて混乱しています。あなたは条件について説明してください。JSTL c:タグ条件の場合
私はそれを理解していませんでした。良い説明。ありがとう。 – GeekDude