我在struts2一个jsp里显示时间 用<s:date>怎么不管用呢 什么也不显示 为什么呢jsp代码如下
- Java code
<%@ 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>
------解决方案--------------------------------------------------------
先用<s:property value="person.birthday"/>看看有没有值
------解决方案--------------------------------------------------------
#person.birthday
${person.birthday}