Nov 24, 2003 #1 timmbo Programmer Feb 22, 2001 167 US Hi All, I have a Java Vector, custNames, and I want to pass the contents of the vector to a JS Array. If it can be done, can someone tell me how to do this?! Thanks for the help. Tim
Hi All, I have a Java Vector, custNames, and I want to pass the contents of the vector to a JS Array. If it can be done, can someone tell me how to do this?! Thanks for the help. Tim
Nov 24, 2003 #2 jemminger Programmer Jun 25, 2001 3,453 US your Vector is probably server-side, right? you'll have to write() it out to a js array client side. ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } Upvote 0 Downvote
your Vector is probably server-side, right? you'll have to write() it out to a js array client side. ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); }
Nov 24, 2003 Thread starter #3 timmbo Programmer Feb 22, 2001 167 US OK. Thanks for the help. Upvote 0 Downvote