struts2 No tag "datetimepicker" defined in tag library imported with prefix "s"
struts2 No tag "datetimepicker" defined in tag library imported with prefix "s"
<s:datetimepicker>使用在struts2.0.11版本下的标签,而struts2还有一标签为<sx:datetimepicker/>这个标签在struts2.0.11里是没有的,在struts2.0.11更高的版本里才会有,但是要用此标签必须要导入struts2-dojo-plugin-2.1.8.1.jar架包, <%@
taglib prefix="sx" uri="/struts-dojo-tags"
%>在head标签内加入<sx:head/>标签。