On Monday, November 18, 2002, 6:35:52 PM, Zsolt wrote:
ZK> <logic:iterate id="field" indexId="counter" name="rows"
ZK> type="java.lang.Object[]">
ZK> <bean:write ....
I'm pretty sure you could just do
<bean:write name="field"/>
as you are iterating (assuming the Object[] array in this example
is something meaningful to display (like a String or even an int).
If it's an array of beans use..
<bean:write name="field" property="nameOfTheFieldInTheObject"/>
--
Rick
mailto:[EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>