0
  for(FileModel rm:msgList)
       {
          %> 
        <Td width="5"><%=i%></Td>  
            <Td width="2000"><%=rm.getFileName()%></Td>
            <td width="2000"><%=rm.getFileDate()%></td>


         <Td><input type="image" src="images/download.png" value="<%=rm.getFileId()%>" name="download" alt="Submit Form" width="200" height="30"></Td>

          </tr><% 
               i=i+1;
           }%>
Infinite Recursion
  • 6,511
  • 28
  • 39
  • 51

0 Answers0