
SSI整合
liuye066
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSIB配置过程中遇到的问题,求教
Struts2+Spring2.5+Ibatis2.3配置过程中报的错误,请高手指教。谢谢。严重: Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'DtDao' defined in ServletCo...2010-04-08 09:38:03 · 283 阅读 · 0 评论 -
SSIB配置过程中遇到的问题,求教java.lang.IllegalArgumentException异常
解决完上个问题后出现的新问题。Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'DtDao' defined in ServletContext resource [/WEB-INF/applicatio...2010-04-08 11:07:22 · 461 阅读 · 0 评论 -
No configuration found for the specified action警告
测试网页时出现No configuration found for the specified action: 'deptAction.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.的警告信息。 JSP代码如下: <s:form action="deptActi...2010-04-09 10:37:23 · 104 阅读 · 0 评论 -
SSIB配置中遇到No result defined for action action.deptAction and result success
SSIB配置中遇到No result defined for action action.deptAction and result success的错误。JSP代码:<s:form action="deptAction" namespace="/" > <s:textfield name="deptName" label="用户名"></s:2010-04-09 11:45:11 · 259 阅读 · 0 评论