-1
由於某些原因,jstl等於方法對我不起作用。該代碼是Jstl等於不起作用
<span>${fromerror}</span>
<span>${fromerror eq 'mandatoryCriteria.criteria.from'}</span>
但結果就是這樣
mandatoryCriteria.criteria.from
false
我使用JSTL 1.2
更具體地說我需要它,如果語句,但結果是一樣的
<c:if test="${not empty fromerror and fromerror eq 'mandatoryCriteria.criteria.from'}">
fromerror可能具有前導或尾隨空白。 –
我可以知道downvote的原因嗎? – Miroslav