日期:2014-05-17  浏览次数:20714 次

为什么出不来呢 ??
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ page isELIgnored="false" %> 
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
  <head>
<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 href="<%=path %>/css/css.css" type=text/css rel=stylesheet>
    <script type="text/javascript" src="<%=path %>/js/popup.js"></script>
  </head>
  
  <BODY text=#000000  leftMargin=0 topMargin=0>
<div class="wrap"> 
<TABLE  cellSpacing=0 cellPadding=0 width="100%" align=center border=0  background="<%=path %>/img/reservation01.gif">
<TR height="90">
<TD align="center">
    <jsp:include flush="true" page="/qiantai/inc/incTop1.jsp"></jsp:include> 
</TD>
</TR>
</TABLE>


<TABLE id=guide cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TR>
<TD align="left">
<jsp:include flush="true" page="/qiantai/inc/incTop2.jsp"></jsp:include>
</TD>
</TR>
</TABLE>
        <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TR height="3">
<TD align="left"></TD>
</TR>
</TABLE>
        <c:forEach items="${requestScope.mealList}" var="meal">
    <table align="center" rules="none" border="1" width="100%" cellspacing="0" cellpadding="3" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white">
<tr height="30">
<td style="text-indent:5" background="<%=path %>/img/classT.jpg">
<span style="float:left;color: white;font-size: 11px;">
   <b>${meal.mealName}</b>
</span>
</td>
</tr>
<tr bgcolor="#F9F9F9">
<td height="60" align="center">
<table border="1" width="100%" cellspacing="0" cellpadding="0" bgcolor="#F9F9F9" bordercolor="#EEEEEE" bordercolorlight="#EEEEEE" bordercolordark="white" rules="cols">
<tr height="20" align="center" bgcolor="#F4F4F4">
           &nb