在我的 struts 2.0.12 应用程序中,我正在尝试使用 s:datetimepicker 但它不会呈现。
Firebug 错误:dojo 未在 dojo.require("dojo.widget.DatePicker") 上定义;
我的jsp页面
<%@taglib prefix="s" uri="/struts-tags" %>
.
.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<s:head theme="ajax" debug="true"/>
.
.
</head>
<body>
.
.
<s:datetimepicker name="dataInizioRicerca" label="data inizio ricerca (yyyy-MM-dd)" displayFormat="yyyy-MM-dd"/>
.
.
</body>
怎么了?我错过了什么?