Java lovers
I love java
2014年5月26日星期一
Submit Form data to help with the problem is NULL SERVLET SUBMIT! !
number
Name
phone
increase
<% CustomerDao dao = new CustomerDao ();
List
clist = dao.allCustomers ();
for (Customer cus: clist) {
out.println ("
");
if (! cus.getCno (). equals (session.getAttribute ("UpCno") ) ) {
out.println ("
" + cus.getCno () + "
");
out.println ("
" + cus.getCname () + "
");
out.println ("
" + cus.getCphone () + "
");
out.println ("
delete
");
out.println ("
edit
");
out.println ("
");
} else {
out.println ("
");
out.println ("
");
out.println ("
");
out.println ("
");
out.println ("
");
out.println ("
");
out.println ("
");
}
}
%>
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论