アプリケーションにstruts-2を使用し、datepickerの作成に「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" />