Re: Vector of array in session

2004-10-26 Thread Henrique VIECILI
Thanks Niall, i switched to option. Henrique - Original Message - From: Niall Pemberton To: Struts Users Mailing List Sent: Tuesday, October 26, 2004 10:43 AM Subject: Re: Vector of array in session Sorry should have read... Niall

Re: Vector of array in session

2004-10-26 Thread Niall Pemberton
Sorry should have read... Niall - Original Message - From: "Henrique VIECILI" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 2:20 PM Subject: Re: Vecto

Re: Vector of array in session

2004-10-26 Thread Niall Pemberton
; <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 2:20 PM Subject: Re: Vector of array in session It threw javax.servlet.ServletException: Cannot find bean array[0] in any scopeI think the [0] can only be used in value attribute, and i need to access the array value directly by the ind

Re: Vector of array in session

2004-10-26 Thread Henrique VIECILI
Pemberton To: Struts Users Mailing List Sent: Tuesday, October 26, 2004 9:56 AM Subject: Re: Vector of array in session Try Niall - Original Message - From: "Henrique VIECILI" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAI

Re: Vector of array in session

2004-10-26 Thread Niall Pemberton
Try 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

Re: Vector of array in session

2004-10-26 Thread Jeff Beal
Henrique VIECILI wrote: 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: Does