Hi

I have a collection of string which I am displaying through

 <logic:iterate id="list" name="filelist" property="file">
   <tr>
   <td> 
     <%=list%> 
  </td>
<tr>


Is there anyway  of getting rid of <%=list%> in above code

Reply via email to