在jsp中 混合使用jstl標籤.

來源:互聯網
上載者:User
<select name="defLossThirdParty.ciIndemDuty" id="defLossThirdParty.ciIndemDuty" class="selectui-input w_15 selectui-required dc-chk" style="display:none">   <option value="-99">--請選擇--</option>   <c:forEach items="${ciIndemDutyMap}" var="entry" varStatus="status">   <option value="${entry.key}"     ${(entry.key eq thirdPartyCiIndemDuty) or (empty thirdPartyCiIndemDuty and entry.key eq '0') ? 'selected' : ''  }  >    ${entry.value}</option>   </c:forEach>        </select>  

上面直接拼湊EL運算式, 然後運行效果也是可以的.

 

<input type="button" onclick="sm3();onBlur(this);" name="submitButton" Class="button_ty" value="提交"                   ${(not empty checkNodeOut and checkNodeOut) ? '' : 'disabled'}>

OK 上面直接拼湊EL運算式, 然後運行效果也是可以的.

 

在jsp中 混合使用jstl標籤.

     

     <td class="bgc_tt short" id="BusiNatureNoTD1"       <c:if test="${checkShift.carShiftType eq '06' }"> style="display : inline" </c:if>       <c:if test="${checkShift.carShiftType ne '06' }"> style="display : none" </c:if>     >         業務來源     </td>

      業務來源
     </td>
嵌入jstl可以, 嵌入el表示式不可以. 這試過了.

老實說el運算式只是簡單試下, 不可以了, 發現jstl可以後, 就不管了. el的寫法更加簡潔, 可以測試下.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.