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

[572 byte] By [vikashkontiaa] at [2007-11-27 4:26:01]
# 1
hi,Silly but you are not displaying any thing in your code which you presentedany ways use <bean:write> tag to display the results in tableregards
bachea at 2007-7-12 9:34:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...