请教关于jsp:forward 实现的问题
我写了两个jsp文件如下
forword.jsp
<html>
<head>
<title>forword example </title>
<head>
<body bgcolor=red>
<center>
Welcome to here!
<jsp:forward page="forforward.jsp">
<center>
</body>
</html>
forforward.jsp
<html>
<head>
<title>forforward.jsp </title>
<head>
<body bgcolor=blue>
<center>
Here is the forforward page
<center>
</body>
</html>
在浏览其中输入地址http://localhost:8080/myapp/05/forword.jsp
但是报错
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /05/forword.jsp(10,14) Invalid standard action
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:83)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:402)
org.apache.jasper.compiler.ErrorDispatcher.jspError(
相关问答:
我的开发的平台是Myeclipes6.0 + tomcat5.x + mysql
我所有的编码方式都是用的UTF-8
我只用了Strtus框架
在一个form中如下用的是post的提交方式:
<form class="form" action=&quo ......
问题描述:
例如我要显示的内容如下所示
一级目录1
一级目录1子类1
子类1
一级目录1子类2
......
<html><head><title>[@title]</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<script language='javascript'>
function diyCheck ......
想做一个jsp的电子商务网站,想找一些源代码,请问那个网站有好的资源。谢谢!
搜索下吧 开源的也有
csdn就有相似的源码,楼主搜一下
java 开源大全
改模板好麻烦哦,还不如自己写个了呢
jf
顶一 ......