JAVA WEB spring配置xml出现这个错误提示? 请问有知道的吗
<beanid="testAction"class="com.lwc.action.TestAction"><propertyname="userService"ref=...
<bean id="testAction" class="com.lwc.action.TestAction">
<property name="userService" ref="userService"></property>
</bean>
<bean id="userService" class="com.lwc.service.impl.UserServiceImpl"></bean>
-------------------------------------------------------------------------------------------------------------------------
<property name="userService" ref="userService"></property>的 name=userService错误
提示是:
Attribute : name
The name of the property, following JavaBean naming conventions.
Data Type : string 展开
<property name="userService" ref="userService"></property>
</bean>
<bean id="userService" class="com.lwc.service.impl.UserServiceImpl"></bean>
-------------------------------------------------------------------------------------------------------------------------
<property name="userService" ref="userService"></property>的 name=userService错误
提示是:
Attribute : name
The name of the property, following JavaBean naming conventions.
Data Type : string 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
2个回答
展开全部
看看你的类当中的成员变量 userService 是String类型的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询