只显示主题贴
我有一个名为:messageRescource_zh_CN.properties的资源文件。里面内容为
aaa=你必须输入用户名!
在struts.properties里配置了:
struts.devMode=true
struts.enable.DynamicMethodInvocation=true
struts.objectFactory=spring
#配置国际资源文件
struts.custom.il8n.resources=messageRescource
struts.il8n.encoding=UTF-8
struts.locale=UTF-8
struts.il8n.relo ...
- 进入论坛 入门讨论 版
我有一个名为:messageRescource_zh_CN.properties的资源文件。里面内容为
aaa=你必须输入用户名!
在struts.properties里配置了:
struts.devMode=true
struts.enable.DynamicMethodInvocation=true
struts.objectFactory=spring
#配置国际资源文件
struts.custom.il8n.resources=messageRescource
struts.il8n.encoding=UTF-8
struts.locale=UTF-8
struts.il8n.relo ...
- 进入论坛 入门讨论 版
applicationContext_action.xml<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"><beans default-autowire="autodetect"> <bean id="LoginAction" class="com.action.LoginAction"> <property name="logi ...
- 进入论坛 入门讨论 版
web.xml<?xml version="1.0" encoding="UTF-8"?><web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <context-par ...
- 进入论坛 入门讨论 版
LOG
=[framework] 2008-05-25 09:38:27,843 - 3781 [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/struts2] - Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory ...
- 进入论坛 入门讨论 版
在調試用報了很多的錯,都是因為少的問題
下面這個異常不知道怎么處理了,不知道少了哪些包。誰能告訴一下需要哪些包。
如果是其他原因,請指教。
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginService' defined in ServletContext resource [/WEB-INF/classes/applicationContext_service.xml]: Cannot create inner bean 'com.service.impl ...
- 进入论坛 Java 版
附件是我的一個簡單的工程,配了log4j,但是點擊登錄按鈕之后報404,action找不到的錯。LOG也出不了。
希望哪位大哥能幫忙看下,我自己找不到錯誤點了,頭暈了。謝謝啊。如果跑通了能否告知我錯那里了?我很想知道問題點在哪里。我自己已經搞了很長時間了。謝謝啊。
- 进入论坛 入门讨论 版







评论排行榜