解决界面radio表达式未选中

This commit is contained in:
leijun
2018-10-18 17:20:42 +08:00
parent 62eb9cf7fc
commit 71c5af409d
9 changed files with 115 additions and 48 deletions

View File

@@ -123,9 +123,7 @@
<input type="radio"
name="${cfgName}.exprType" value="${exprType }"
class="required"
<c:if test="${cfg.exprType eq exprType || (empty cfg.exprType && exprType eq 0)}">
checked
</c:if>
>
<spring:message code="${exprTypeC.itemValue }" />
</label>