我使用 struts-2 进行应用程序和创建日期选择器,我使用了“struts-jquery-tags”......它在其他浏览器中工作正常,但在 Internet Explorer 中,它根本没有显示......我的代码去了这里
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
<sj:head/>
<sj:datepicker name="dueDate" id="dueDate" displayFormat="mm/dd/yy" label="Due Date" changeMonth="true" changeYear="true" title="Due Date" showButtonPanel="true" maxlength="10" readonly="true" buttonImage="/BPELServiceInvoke/resources/images/calendar_add.png" buttonImageOnly="true" duration="fast" />