我在struts2一个jsp里显示时间 用<s:date>怎么不管用呢 什么也不显示 为什么呢jsp代码如下<%@ page language="java" contentType="text/html;charset=utf-8"%>
<%@taglib prefix="s" uri="/struts-tags" %><html>
<head>
<title>登陆页面</title></head>
<body>
 <s:date name="person.birthday" nice="true" format="dd/MM/yyyy" />  
</body>
</html>