关于xml配置问题

记录下,不细心的错误。

<bme:action id="test" class="test.action">
    <bme:property name="test" ref="testService" />
</bme:action>



如果增加action的property ,那么必须要在action类里面将其定义好。
不会出现org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource 等异常。。

你可能感兴趣的:(java,xml)