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