Try

 <bean:write name="array[0]" />

Niall

----- Original Message ----- 
From: "Henrique VIECILI" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 26, 2004 12:49 PM
Subject: Vector of array in session


Hi all,

i have a vector of arrays (double[]) in the session scope, and i want to
iterate over the vector and access the array values by index. I've tried a
sort of things but I donīt know how to access the value of an array by
index.

my last innocent try was:

<logic:iterate id="array" name="myvector" >
  <bean:write name="array.0" />
</logic:iterate>

Does anyone have a solution?

Henrique Viecili



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to