摘要:
No result defined for action com.tazi.action.SomeAction and result input - action - file:/D:/MyEclipse_Workspaces/XXX/WebRoot/WEB-INF/classes/struts-omc.xml:383:69我碰到的这个问题的原因是:Action的参数填充时出了问题。比如我有一个参数是Integer类型的(名称为state),但客户端传过来的是一个不能转换为Integer的字符串,比如"hello"。我当时前台使用了Ext Js的FormPanel(对象名为 阅读全文
摘要:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 19,104 milliseconds ago. The last packet sent successfully to the server was 19,104 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should co 阅读全文