| Author |
how to use jsp array in javascript?
|
Komal Arora
Ranch Hand
Joined: Sep 30, 2010
Posts: 91
|
|
Hey guys,
i have a jsp array as follows:
now i wish to use the array "word_list" in a javascript. Can anybody please suggest as to how i can do this?
thanks
|
OCPJP
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
|
You'll need to recreate the data using a JavaScript construct. Remember, all a JSP is doing is creating an HTML page to send to the browser. That page can contain JavaScript text.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: how to use jsp array in javascript?
|
|
|