Internet Explorer在Internet Explorer 8中未显示

时间:2013-11-08 06:48:08

标签: struts2 struts2-jquery

我已经使用过struts-2用于我的apllication和创建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"  />

1 个答案:

答案 0 :(得分:1)

这与该插件的浏览器兼容性问题严格相关。

最好的方法是在这里发帖:https://code.google.com/p/struts2-jquery/wiki/DatePickerTag

与此同时,只需尝试降级您正在使用的插件版本。我确信旧版本将支持IE8。

另外,查看正在使用的jquery版本的更改日志,它支持IE8 - https://code.google.com/p/struts2-jquery/wiki/Changelog