<% @ Page contenttype = "text/html; charset = UTF-8" iselignored = "false" %>
<% @ Taglib uri = "http://jakarta.apache.org/struts/tags-bean" prefix = "Bean" %>
<% @ Taglib uri = "http://jakarta.apache.org/struts/tags-logic" prefix = "logic" %>
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Title> untitled document </title>
</Head>
<Body>
<Table width = "100%" border = "1" align = "center">
<Tr>
<TD> User Name </TD>
<TD> password </TD>
<TD> birthday </TD>
<TD> gender </TD>
</Tr>
<Logic: present scope = "request" name = "pagerows">
<Logic: iterate id = "user" Scope = "request" name = "pagerows">
<Tr>
<TD> <Bean: write name = "user" property = "username"/> </TD>
<TD> <Bean: write name = "user" property = "PWD"/> </TD>
<TD> <Bean: write name = "user" property = "Birthday"/> </TD>
<TD> <Bean: write name = "user" property = "sex"/> </TD>
</Tr>
</Logic: iterate>
</Logic: Present>
<Tr align = "center">
<Form name = "form1" Action = "getpage. Do">
<TD colspan = "4" >$ {requestscope. pagehtml} & nbsp; $ {requestscope. selecthtml} </TD>
</Form>
</Tr>
</Table>
</Body>
</Html>