100 ·Ö jsp:include ÎÊÌ⣿¸÷λ´óÏÀ°ïÎÒÀ´¿´¿´£¬
<td width="81%">
<table width="100%" height="48" border="0" cellpadding="0"
cellspacing="0">
<tr>
<jsp:include page="productDetailList.jsp" flush="true" />
</tr>
</table>
</td>
ÒÔÉÏÊÇÎÒÔÚjspÖеĴúÂëÆ¬¶Î ¼ÓÉÏ <jsp:include page="productDetailList.jsp" flush="true" />
¾Í»á³öÏÖÈçϵĴíÎó£º ¸ãÁ˺ܾà ²»ÖªµÀÔõô½â¾ö µ½ÍøÉÏËÑÁË Ò»Ð© ½²µÄ²»ÊǺÜÇå³þ
Ï£ÍûÓÐÈËÄܰï°ïÎÒ ¸Ð¼¤²»¾¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡
at java.lang.Thread.run(Thread.java:595)
2010-1-27 2:02:36 org.apache.catalina.core.ApplicationDispatcher invoke
ÑÏÖØ: Servlet.service() for servlet jsp threw exception
javax.servlet.ServletException: File "/jsp/shopping/view/productDetailList.jsp" not found
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:319)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
Ïà¹ØÎÊ´ð£º
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jas ......
//Óÿͻ§µÄsessionµÄid½¨Á¢Ò»¸öÁÙʱÎļþ£º
//String tempFileName=(String)session.getId();
String tempFileName = (String)session.getId();
//out.println(& ......
<%@page language="java" contentType="text/html;charset=gb2312" import="java.sql.*"%>
<jsp:useBean id="db" class="wang.connectDB"/>
< ......
jsÖеķ½·¨£¬²»ÄÜÔÚjspÖе÷ÓÃÔõô½â¾ö£¿¼±£¡£¡!
²»Ã÷°×Òâ˼
ºÃºÃ¼ì²éÊDz»ÊÇ·¾¶µÄÎÊÌ⣬ºÜÓпÉÄÜ·¾¶²»¶Ôµ¼Öµ÷Óò»µ½
Ìùһϵ÷ÓõĴúÂë¿´¿´°¡~~
ÓÐûÓÐÕýÈ·ÒýÓÃjs£¿º¯ÊýÓÐûÓгõʼ»¯£¿....
jsp´úÂë±¾À´¾ ......
ÔÚjspÒ³ÃæÖÐÔõô»ñµÃStruts2ÔÚactionÖÐÅäÖõÄrequest¡£
ÎÒÔÚºǫ́µÄÅäÖÃÈçÏ£º
List list = new ArrayList();
list.add(users);
ActionContext ct= ActionContext.getContext();
HttpServletRequest requ ......