首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

hsahMap如何用iterrate输出,存储在hsahMap中的信息如何用logic标签的重复标记iterrate输出到jsp页面中

2014-01-26 
hsahMap如何用iterrate输出,用struts1.1我做了一个练习,一个jsp页面中的两个文本框,提交到action后再返回到

hsahMap如何用iterrate输出,用struts1.1我做了一个练习,一个jsp页面中的两个文本框,提交到action后再返回到这个页面,action中将这两个信息存到一个类中,(此程序目的是练习用重复标记输出hashmap),这样写可以吗?标签体应该怎麽写?源程序如下:
  forum.jsp:
  <%@ page contentType="text/html; charset=GBK" %>
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <title>Forum</title>
  </head>
  <body>
  <div align="left"><font color="#0033FF"></font><font size="7" face="华文行楷"><font color="#00FF00"></font></font>
  <table width="75%">
  <tr>
  <td width="51%" height="27"></td>
  <td width="49%" rowspan="2"><font size="7" face="华文行楷"><font color="#00FF00">灌水论坛</font></font>
  </td>
  </tr>
  <tr>
  <td><font color="#006666"><em><font color="#0033FF">用户您好,您现已登陆!</font></em></font><font color="#0033FF"><em></em></font></td>
  </tr>
  </table>
  </div>
  <div align="center"> </div>
  <hr>
  <p>当前有条记录</p>
  <table width="75%" align="center" border="1">
  <tr>
  <td width="10%">条数</td>
  <td width="50%">主题</td>
  <td width="20%">作者</td>
  <td width="20%">时间</td>
  </tr>
  <logic:iterate id="item" name="InputInfo" property="allCaptionData" scope="request">
  <tr>
  <td><bean:write name="item" property="value" ignore="true"/></td>
  <td><bean:write name="item" property="key" ignore="true"/></td>
  这里一共四列,其余两个放在另外两个类的hashmap中,这个标签体应该怎写?
  </tr>
  </logic:iterate>
 
  </table>
  <hr>
 
  <html:form method="post" action="/appearAction" onsubmit="return check(this);">
  <div align="center">
  <div align="left"></div>
  <p align="left"><font color="#993399"><em>我要发帖:   </em></font></p>
  <table width="62%">
 
  <tr>
  <td width="13%"><strong><font color="#FF33FF">主题:</font><font color="#663366"></font></strong><font color="#663366"></font>         

热点排行