第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

我的員工列表只能顯示joinDate的值 其余的值都顯示不出來

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>

<%

String path = request.getContextPath();

String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

%>

<%@ taglib uri="/struts-tags" prefix="s" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<style type="text/css">

? ? ? ? .table1{

? ? ? ? ? ? border:1px solid #ddd;

? ? ? ? ? ? width:900px;

? ? ? ? ? ??

? ? ? ? }

? ? ? ? thead{

? ? ? ? ? ? background-color:lightblue;

? ? ? ? }


? ? </style>

</head>

<body>

? ? ? <table border="0" width="900px">

? ? ? ? ? ?<tr>

? ? ? ? ? ? ? <td align="center" style="font-size:24px; color:#666"> 員工管理</td>

? ? ? ? ? ?</tr>

? ? ? ? ? ?<tr>

? ? ? ? ? ? ? <td align="right" > <a href="#">添加</a></td>

? ? ? ? ? ?</tr>

? ? ? </table>


<br/>



? ? <table cellspacing="0" border="1" class="table1">

? ? ? ?<thead>

? ? ? ? ?<tr>

? ? ? ? ? ?<td align="center">編號(hào)</td>

? ? ? ? ? ?<td align="center">員工姓名</td>

? ? ? ? ? ?<td align="center">性別</td>

? ? ? ? ? ?<td align="center">出生日期</td>

? ? ? ? ? ?<td align="center">入職時(shí)間</td>

? ? ? ? ? ?<td align="center">所屬部門</td>

? ? ? ? ? ?<td align="center">編輯</td>

? ? ? ? ?</tr>

? ? ? ?</thead>

? ? ? ?<s:iterator value="list" var="e">

? ? ? ?<tbody>?

? ? ? ? ?<tr>

? ? ? ? ? ? <td align="center">z<s:property value="#e。eno" /></td>

? ? ? ? ? ? <td align="center">z<s:property value="#e.ename" /></td>

? ? ? ? ? ? <td align="center">z<s:property value="#e.sex" /></td>

? ? ? ? ? ? <td align="center">z<s:date name="#e.brithday" format="yyyy-MM-dd" /></td>

? ? ? ? ? ? <td align="center">z<s:date name="#e.joinDate" format="yyyy-MM-dd" /></td>

? ? ? ? ? ? <td align="center">z<s:property value="#e。department.dname" /></td>

? ? ? ? ? ? <td align="center"><a href="#"><img src="${pageContext.request.contextPath}/images/編輯.png"></a></td>

? ? ? ? ?</tr>

? ? ? ?</tbody>

? ? ? ?</s:iterator>

? ? </table>

? <br/>


? ? <table ?border="0" cellspacing="0" cellpadding="0" ?width="900px">

? ? ? ?<tr>

? ? ? ?<td align="right">

? ? ? ? ? ?<span>第<s:property value="currPage" />/<s:property value="totalPage"/>頁(yè)</span>&nbsp;&nbsp;

? ? ? ? ? ? <span>總記錄數(shù):<s:property value="totalCount" />&nbsp;&nbsp;每頁(yè)顯示:<s:property value="pageSize"/></span>&nbsp;&nbsp;

? ? ? ? <span>

? ? ? ? ?<s:if test="currPage != 1">

? ? ? ? ? <a href="${pageContext.request.contextPath}/employee_findAll.action?currPage=1">[首頁(yè)]</a>&nbsp;&nbsp;

? ? ? ? ? <a href="${pageContext.request.contextPath}/employee_findAll.action?currPage=<s:property value="currPage-1" />">[上一頁(yè)]</a>&nbsp;&nbsp;

? ? ? ?</s:if>

? ? ? ? <s:if test="currPage != totalPage">

? ? ? ? ? ?<a href="${pageContext.request.contextPath}/employee_findAll.action?currPage=<s:property value="currPage + 1"/>">[下一頁(yè)]</a>&nbsp;&nbsp;

? ? ? ? ? ?<a href="${pageContext.request.contextPath}/employee_findAll.action?currPage=<s:property value="totalPage"/>">[尾頁(yè)]</a>&nbsp;&nbsp;

? ? ? ? </s:if>

? ? ? ? </span>

? ? ? ? </td>

? ? ? </tr>

? ? </table>

? </body>

</html>


正在回答

3 回答

好吧 我知道了?

0 回復(fù) 有任何疑惑可以回復(fù)我~

那個(gè)e.eno 不是問題 因?yàn)橄旅娓袷绞菍?duì)的也沒顯示出來

0 回復(fù) 有任何疑惑可以回復(fù)我~

我可以確定action取得到值

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

我的員工列表只能顯示joinDate的值 其余的值都顯示不出來

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)