那位高手能帮忙看一下?谢谢!
ERROR ContextLoader:205 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '/login' defined in file [C:\Tomcat\webapps\OnlineSaleTicket\WEB-INF\classes\applicationContext-actions.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy1] to required type [com.gu.managerImpl.ManagerImpl] for property 'managerimpl'; nested exception is java.lang.IllegalArgumentException: No matching editors or conversion strategy found
Caused by: 
org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
PropertyAccessException 1:
org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy1] to required type [com.gu.managerImpl.ManagerImpl] for property 'managerimpl'; nested exception is java.lang.IllegalArgumentException: No matching editors or conversion strategy found
Caused by: 
java.lang.IllegalArgumentException: No matching editors or conversion strategy found
//////////////////////////////////////////////////////////////
"/login"是spring 中代理的action