<nested:iterate property="myList">
<nested:write property="myProperty"/>
</nested:iterate>-jeff
On Monday, June 2, 2003, at 11:46 AM, Mike Whittaker wrote:
What goes in name="" to access a bean in the collection as specified below
collection is an ArrayList of beans, each bean has a getMyProperty() method
<logic:iterate id="myList" collection="<%= request.getAttribute("myList")
%>">
<bean:write name="" property="myProperty"/>
</logic:iterate>
Thankyou
-- Mike W
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

