M
morc
hi,
i was wondering how to put an array of ints into an Object.
session.setAttribute(String,Object);
how can i make it so that i can retrieve whats in the attribute into an
array of ints.
meaning something along the lines of
int[] = session.getAttribute(String);
i know that code won't work. if anyone knows what i mean and can help
me, please post.
thanks alot
-morc
i was wondering how to put an array of ints into an Object.
session.setAttribute(String,Object);
how can i make it so that i can retrieve whats in the attribute into an
array of ints.
meaning something along the lines of
int[] = session.getAttribute(String);
i know that code won't work. if anyone knows what i mean and can help
me, please post.
thanks alot
-morc