您的位置:首页 > 编程语言 > Java开发

通过struts2的配置文件访问jsp

2013-06-03 21:06 204 查看
把对jsp的请求绑定到strus2的系统中,这是一种值得推荐的方式。

fuck me. anyone saw the problem: charset=uft-8,

SEVERE: Error processing request

java.lang.NullPointerException

at org.apache.catalina.connector.OutputBuffer.realWriteChars(OutputBuffer.java:474)

I spent 20 minutes to find it!

<body>
<a href="go3Ge">zouYiGe</a>
</body>


<action name="go3Ge">
<result>/Piages/NewFile3.jsp</result>
</action>


/WebContent/Piages/NewFile3.jsp

<body>
<% out.println("www.188029.net哈哈"); %>
</body>


源代码:http://pan.baidu.com/share/link?shareid=485783&uk=3878681452
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐