
struts2
看风儿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BeanFactory not initialized or already closed
ava.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext at org.springframework.context.support.AbstractRefresh...原创 2018-09-20 20:12:02 · 8029 阅读 · 0 评论 -
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [courseTypeAction_find
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [courseTypeAction_findAll] associated with context path [/crm]. 原因:不同的struts2配置文件中package name名重复 <struts> <...原创 2018-09-21 11:24:18 · 172 阅读 · 0 评论 -
struts2模型驱动传递参数时无值
原因:模型没有new对象 private CrmCourseType courseType; public CrmCourseType getModel() { return courseType; }原创 2018-09-21 13:22:02 · 366 阅读 · 0 评论