Highlight it and hit the delete key. If that does not work
try this:

<bean:write name="list" property="name"/>

-----Original Message-----
From: Dua, Amit [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 1:43 PM
To: '[EMAIL PROTECTED]'
Subject: prob. with collections



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