我做了一个JSP测试页面,但是怎么调试都不行,大侠们帮忙看一下,代码如下:

<%@pagelanguage="java"contentType="text/html;charset=gb2312"%><%Stringpath=request.ge... <%@ page language="java" contentType="text/html;charset=gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>loginWindow</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->

</head>

<body><%@ include file="index.html" %>
<a href="two.jsp">goto two--></a><br>
this example show include works
<jsp:include page="two.jsp" flush=true>
<jsp:param name="a1" value=<%=request.getParameter("username") %>"/>
<jsp:param name="a2" value=<%=request.getParameter("password") %>"/>
</jsp:include>

</body>
</html>
展开
 我来答
jiykun
2011-07-18
知道答主
回答量:4
采纳率:0%
帮助的人:0
展开全部
<jsp:include page="two.jsp" flush=true>
这个里面的flush属性不对。应该是flush=“true”
param的value少双引号
谢谢~
yanghai_yan
2011-07-21 · 超过29用户采纳过TA的回答
知道答主
回答量:106
采纳率:0%
帮助的人:89.2万
展开全部
你看看<jsp:param name="a1" value=<%=request.getParameter("username") %>"/>
<jsp:param name="a2" value=<%=request.getParameter("password") %>"/>
中的两个参数username,password你定义了么?可能是这个问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
深海大龙虾爷
2011-07-23 · TA获得超过608个赞
知道小有建树答主
回答量:478
采纳率:37%
帮助的人:185万
展开全部
貌似你的@ include需要写到头部吧.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
牵安志0GI
2011-07-19
知道答主
回答量:17
采纳率:0%
帮助的人:14万
展开全部
缺少的东西太多了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式