Hi.

Oh yes I know that iterations and grids have been hot topics quite often on
this list, nevertheless I have got the following problem:

An ArrayList encapsulates a List of Arrays in order to represend a 2
dimensional grid.

When I issue the following code within my JSP page:

<logic:iterate id="Container" name="AdminForm" property="Result">
<p>     
                <bean:write name="Container"/></br>
</p>
</logic:iterate>

"AdminForm" is referring to a fom bean, "Result" is of the type ArrayList.

I get the following result:

[Ljava.lang.String;@b1f8f
[Ljava.lang.String;@45122f
[Ljava.lang.String;@2d0479
[Ljava.lang.String;@cb01
[Ljava.lang.String;@fbecf


Question: How can I get access to String array withing the ArrayList? Is it
possible to explicitly access a certain member of an array?

Help will be much appreciated.

Jan

Reply via email to