课程
/后端开发
/Java
/使用Struts2+Hibernate开发学生信息管理功能
<td><s:property value="#stu.birthday" format ="yyyy年MM月dd日"/></td>
这个format报错,怎么弄呢???
2016-06-01
源自:使用Struts2+Hibernate开发学生信息管理功能 3-5
正在回答
s:property改成s:date
maybe丶xg 提问者
<s:date name="#stu.birthday" format="yyyy年MM月dd日"/>
举报
Strust2+Hibernate整合开发案例,Java Web开发技能更上一层楼
1 回答配置文档提示------Attribute "methond" must be declared for element type "action".
1 回答登陆界面提示There is no Action mapped for action name Users_login.
7 回答There is no Action mapped for namespace [/] and action name [] associated with context path [/ssh]. - [unknown location]
2 回答There is no Action mapped for namespace [/students] and action name [Students_queryAll] associated with context path [/xiaotao].
2 回答出现以下问题HTTP Status 404 - There is no Action mapped for namespace [/] and action name [] associated with context path [/StudentMessageControl].