问答详情
源自:4-4 Action类交给Spring创建-Struts2整合Spring

Spring手动注入了Action然后在struts.xml中的class写对应的id老是画红线

class="productAction"一直报红线怎么回事啊??

提问者:wxianing 2017-07-06 22:02

个回答

  • 罗汉爷
    2017-07-09 13:21:06

    检查一下applicationContext.xml中配置的bean id和struts.xml中class名称是否一致。 如果一致,保存struts.xml文件,关闭后重新打开再看看。