課程
/后端開發
/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].
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-06-02
s:property改成s:date
2016-06-03
<s:date name="#stu.birthday" format="yyyy年MM月dd日"/>