Subject: iterate tag help.
From: Nani Jon <[EMAIL PROTECTED]>
===
--0-36893906-1030517625=:69698
Content-Type: text/plain; charset=us-ascii
Hi all:
Is there a way in struts <logic:iterate ... tag to be able wrap the values coming out
of a collection (ArrayList) on a JSP?
Here is a sample of my JSP code which puts everything on the same <td>:
<tr>
<logic:present name="results">
<logic:iterate id="myFormArrayListElement" name="results"
property="formArrayList" type="String">
<td valign="top" colspan="2"><span class="normal">
<bean:write name="myFormArrayListElement"/></span>
</td>
</logic:iterate>
</logic:present>
</tr>
Thanks in advance for your help.
Regards,
Nanijon.
---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
--0-36893906-1030517625=:69698--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>