Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Java Vector to JS Array - Can this be done?

Status
Not open for further replies.

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
 
your Vector is probably server-side, right? you'll have to write() it out to a js array client side.

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top