<%@ page contentType="text/vnd.wap.wml" pageEncoding="utf-8"%>
<?xml version="1.0" encoding="utf-8"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
 
<!-- If WML 1.2 features are required, then use the following DOCTYPE instead: 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd"> 
  --> 
 
<wml> 
 
  <!-- Possible <head> element here. --> 
   
  <template> 
    <!-- Template implementation here. --> 
    <do type="prev"><prev/></do> 
  </template> 
   
  <card id="travelType" title="type"> 
<p align="center">
  没找到您要的信息.
</p>
  </card>
</wml>
<%
out.clear();
out = pageContext.pushBody();
%>通过struts 配置  Action mapping 到这个jsp时候,winwap浏览器上没有任何显示,但是没有热核错误,用手机模拟器访问的时候,ERROR:WBXMLParser:End of Stream。
因为
<%
out.clear();
out = pageContext.pushBody();
%>不加的话报错:
java.lang.IllegalStateException: getOutputStream() has already been called for this response
.......
加了没错,但是没有显示。请高人指点一二啊