Not sure if this is clear but I wanted to keep it short:
----------------------------------------------------------------------
Working : JSP Source
<jsp:useBean id="wrapper" scope="page"
class="com.arrow.util.StrutsUtil"/>
<h3>Object[] OutPut</h3>
<logic:iterate id="element" name="bean" collection="<%=
wrapper.getDriver() %>" offset="0" length="5">
<br><bean:write name="element"/>
</logic:iterate>
Question :
How can we call a method on the instance of each ArrayObject
Example :
bean.getFirstName()
Any Suggestions will be great.
Ravi Manthena
[EMAIL PROTECTED]