struts2.3.15.3 版本中<s:datetimepicker>控件为什么不显示
用了下struts2的最新jar。如下:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
<s:head />
或则加上<s:head theme="simple"/>
<sx:datetimepicker id="date" type="date" label="日期" name="jpushoper.createTime" ></sx:datetimepicker>都不显示,
浏览器报 'djConfig' 未定义 错误,时间控件不显示
加<s:head theme="ajax" /> 报莫名的FreeMarker template error!
Expression parameters.parseContent is undefined on line 45, column 28 in template/ajax/head.ftl.
The problematic instruction:
----------
==> ${parameters.parseContent?string} [on line 45, column 26 in template/ajax/head.ftl]
struts2 jar包是:struts2-core-2.3.15.3.jar,struts2-dojo-plugin-2.3.15.3.jar,struts2-spring-plugin-2.3.15.3.jar
------解决方案--------------------那个版本没有datetimepicker了
------解决方案--------------------struts2-dojo-plugin.jar
你有这个ja没有?默认的没有。