logic:iterate not working help me
Hi,
i have one list of value object that i set in request in action and forward to this in jsp where i iterate this list and display some value. but its going to stuck there.
<logic:present name="testList" scope="request">
<logic:iterate id="test" name="testList" type="com.test.util.resources.valueobject.TestVO">
<tr>
<td valign="top" class="tdPadding"><table border="0" align="center" cellpadding="0" cellspacing="0">
</logic:iterate>
</logic:present>
thanks

