ERROR org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler - Exception

出现这个错误的时候,异常后面跟着是我请求的路径。
解决办法1:检查你的Method方法配置

name="release" class="actions.HouseAction" method="releaseHouse">
            <result name="success">/page/fabu.jspresult>
            <result name="input">/page/guanli.jspresult>
        

2,检查你的action写法、我仔细看了什么都ok。后来发现是方法写成private了。自然调用不了了。

你可能感兴趣的:(struts2)