在使用struts2框架時,爲咱們提供了時間選擇器控件:datetimepicker。可是在使用過程當中會出現一些問題,主要就是struts2版本更新時作了一些修改。在struts2.0時,使用<s:datetimepicker/>時,須要在<head></head>標籤中申明:<s:head theme="ajax"/>.但在struts2.1.6時,struts2就再也不單獨提供主題ajax,而是將ajax主題整合到dojo包中。因此咱們在使用struts2.1.6以上版本時,要在jsp頁面中引入dojo的標籤庫:<%@ taglib="/struts-dodo-tags" prefix="sx"%>,而將<s:head theme="ajax"/>去掉。直接寫上: <sx:head parseContent="true"/> 便可。在使用標籤時這樣寫:<sx:datimepicker name="" displayFormat="yyyy-MM-dd"/>,還有不少屬性能夠在struts2幫助文檔中查看。而若是在2.0以上版本使用<s:head theme="ajax"/>.將會報如下錯誤:ajax