0
我目前正與Struts2的工作,我需要顯示日曆日曆支柱2
在我的jsp頁面和檢索YYYY-MM-DD
我嘗試用這個代碼
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
<sx:head cache="false" compressed="false" />
</head>
<body>
<sx:datetimepicker name="date achat" label="Format (yyyy-MM-dd)" displayFormat="yyyy-MM-dd"/>
</body>
</HTML>
日期
,但在運行時間表沒有出現
,只是這個標籤顯示
Format (yyyy-MM-dd):
問候
佛朗哥
您提供沒有工作,那麼不顯示字段標籤的例子。 –