初学JSP,请教一下,我下面代码的问题!
<div id= "dv " style= "height:300px; width = 730; overflow-y:auto ">
<table width= "720 " border= "1 " class= "negoList " cellspacing= "0 " cellpadding= "0 " bordercolor= "#0A336D ">
<%
int datanumber= -1;
for(int i=0;i <customcomment_list.size();i++){
CustomerComment customercomment=(CustomerComment)customcomment_list.get(i);
String timeformat = customercomment.getINSERTED_TM();// @return String 登録日
SimpleTime simpletime = new SimpleTime();
String timeshow = simpletime.turnToOutputDate(timeformat);
String checkboxname = "deleteObject "+i;
String timename = "timeObject "+i;
datanumber = i;
%>
<tr class= "light ">
<td width= "59 "> <input type= "checkbox " name= " <%=checkboxname%> " value= "Y ">
<input type= "hidden " name= " <%=timename%> " value= " <%=timeformat%> ">
</td>
<td width= "89 "> <%=timeshow%> </td>
<td width= "101 "> <%=hashmapmember.get(customercomment.getINSERTED_ID())%>
</td>
<td width= "461 "> &