java空白页,[求教]JSP页面显示为空白页,请高手赐教!

周工作安排打印

function resetWinSize(){

this.resizeTo(window.screen.availWidth,window.screen.availHeight - 1);

}

#navmenu {display: none}

#article {width: 6.5in}

#article {height: 9.2in}

#x1 {display: none}

#x2 {display: none}

#x3 {display: none}

#x4 {display: none}

#x5 {display: none}

#x6 {display: none}

#x7 {display: none}

#x8 {display: none}

#x9 {display: none}

#x10 {display: none}

#x11 {display: none}

#x12 {display: none}

#x13 {display: none}

#x14 {display: none}

#x15 {display: none}

#x16 {display: none}

#x17 {display: none}

#x18 {display: none}

#x19 {display: none}

#x20 {display: none}

#divideFlagTitle {page-break-before:always}

[打印设置]

[打印预览]

[打印]

一周工作安排表

List tableTitle = (List)request.getAttribute("tableTitle&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

for (Iterator it = tableTitle.iterator();it.hasNext()

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif{

String rowContent = (String)it.next();

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

out.print(rowContent);

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

}

%>

备注

//开始打印表体

Vector tableBody = (Vector)request.getAttribute("tableBody&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

for (int i = 0;i < tableBody.size();i++){

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

Vector tableRow = (Vector)tableBody.get(i);//表体每行表格的内容

String strLead = (String)tableRow.get(0);//委领导名称

//打印当前行的第一个单元格,内容为委领导名称

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

out.print("" + strLead + "&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

//下面利用循环结构打印当前委领导的本周工作安排

Vector vSchedule = (Vector)tableRow.get(1);

for (int j = 0;j < vSchedule.size(); j++){

out.print("

&quot

9f7588d3b12cd5d674b5f81c0b8fc6cb.gif;

//打印委领导当天的工作安排

List lsSchedule = (List)vSchedule.get(j);

for (Iterator iterator = lsSchedule.iterator();iterator.hasNext();){

LdrcapForm scheduleObj = (LdrcapForm)iterator.next();

out.print(scheduleObj.getTitle() + "
");

}

out.print("

");

}

out.print("

");

}

%>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值