This calls getLastName() on each object in the list.
<logic:iterate id="results" name="myList">
<bean:write name="results" property="lastName"/><br>
</logic:iterate>
Matt Raible <[EMAIL PROTECTED]> wrote:
I have an iteration of Beans and I want to list through the iteration,
extract the beans and get the properties on each bean. Is this possible?
Example code:
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.

