Hi Raj,
You can store the value to the variable retrived from the collection using
<logic:iterate id="listingcinemas" name="movie" scope="session">
<bean

efine id="show" name="listingcinemas" property="showtiming" toScope="page"/>
<%= show %>
<bean:write name="listingcinemas" property="showtiming"/>
</td>
</tr>
</logic:iterate>
Hope this helps,
Seshu