标签: java
我想在文本框中显示当前日期,但它不起作用 我正在使用框架struts 这是我的代码jsp
<html:text value="<%= new java.util.Date() %>" property="date"</html:text>