程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程解疑 >> java-cannot find method [*] in action [*]這個問題是什麼鬼?

java-cannot find method [*] in action [*]這個問題是什麼鬼?

編輯:編程解疑
cannot find method [*] in action [*]這個問題是什麼鬼?

2016-02-16 00:32:16,038 DEBUG (com.opensymphony.xwork2.interceptor.ParametersInterceptor:72) - Parameter [img64] was accepted and will be appended to action!
2016-02-16 00:32:16,039 DEBUG (com.opensymphony.xwork2.conversion.impl.XWorkConverter:76) - Retrieving convert for class [class com.ticket.action.WapValidationAction] and property [img64]
2016-02-16 00:32:16,039 DEBUG (com.opensymphony.xwork2.conversion.impl.XWorkConverter:72) - field-level type converter for property [img64] = none found
2016-02-16 00:32:16,039 DEBUG (com.opensymphony.xwork2.conversion.impl.XWorkConverter:72) - global-level type converter for property [img64] = none found
2016-02-16 00:32:16,039 DEBUG (com.opensymphony.xwork2.conversion.impl.XWorkConverter:72) - falling back to default type converter [com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter@203945f7]
2016-02-16 00:32:16,039 DEBUG (com.opensymphony.xwork2.ObjectFactory:72) - Creating converter of type [com.opensymphony.xwork2.conversion.impl.StringConverter]
2016-02-16 00:32:16,041 DEBUG (org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor:72) - Validating //wapValidation_erWeiMa with method erWeiMa.
2016-02-16 00:32:16,048 DEBUG (com.opensymphony.xwork2.validator.ValidationInterceptor:72) - Invoking validate() on action com.ticket.action.WapValidationAction@4c8dc2e4
2016-02-16 00:32:16,048 DEBUG (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method [validateErWeiMa] in action [com.ticket.action.WapValidationAction@4c8dc2e4]
2016-02-16 00:32:16,048 DEBUG (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method [validateDoErWeiMa] in action [com.ticket.action.WapValidationAction@4c8dc2e4]
2016-02-16 00:32:16,048 DEBUG (com.opensymphony.xwork2.DefaultActionInvocation:72) - Executing action method = erWeiMa
2016-02-16 00:32:16,151 DEBUG (com.opensymphony.xwork2.DefaultActionInvocation:72) - No result returned for action com.ticket.action.WapValidationAction at null
2016-02-16 00:32:16,151 DEBUG (com.opensymphony.xwork2.interceptor.I18nInterceptor:76) - after Locale=zh_CN
2016-02-16 00:32:16,151 DEBUG (com.opensymphony.xwork2.interceptor.I18nInterceptor:72) - intercept }

這是在服務器獲取到的信息,大神幫忙看看,怎麼解決這個問題?

最佳回答:


找不到方法,是不是類中的方法不存在,給個建議,把日志弄成代碼的形式

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved