来看看啊!
<%@ page language= "java " pageEncoding= "gbk "%>
<%@ taglib uri= "http://struts.apache.org/tags-bean " prefix= "bean " %>
<%@ taglib uri= "http://struts.apache.org/tags-html " prefix= "html " %>
<%@ taglib uri= "http://struts.apache.org/tags-logic " prefix= "logic " %>
<%@ taglib uri= "http://struts.apache.org/tags-tiles " prefix= "tiles " %>
<html:html lang= "true ">
<head>
<title> logout </title>
</head>
<body>
<jsp:include flush= "true " page= "header.jsp "> </jsp:include>
<table width= "760 " align= "center " border= "1 " bgcolor= "#c0c0c0 ">
<tr>
<td>
<font face= "Verdana, Arial, Helvetica, sans-serif " color= "#FFFFFF " size= "2 ">
你现在的位置是:
<bean:message key= "logout "/>
</font>
</td>
</tr>
</table>
<div align= "center ">
<font color= "red "> <bean:message key= "invalidate "/> </font>
<html:form action= "invalidate.do " method= "post ">
<table>
<tr>
<td> <html:submit> <bean:message key= "logout "/> </html:submit> </td>
</tr>
</table>
</html:form>
<html:submit onclick= "window.location.href= '/SH2.1/index.jsp ' "> <bean:message key= "returnFirstPage "/> </html:submit>
</div>
<jsp:include flush= "true " page= "show.jsp "> </jsp:include>
</body>
</html:html>
一直找不到错的地方!来人看看,谢谢
------解决方案--------------------是报什么错误,还是运行不报错就是没有页面出来嘛