| Author |
getting string representation from java object
|
steve kelly
Greenhorn
Joined: Feb 15, 2012
Posts: 25
|
|
OK this ones got me scratching my head and I would think its an easy one. I have this chunk of code below. The "getExpandedRows" is working correctly. The "view" is a java viewModel object. Its getting a list of strings. All this works.
My problem is how do I get the actual string value? Right now the alert always pops up as "[Object]" I want the string value from "eachRow" that is in the java object. What am I doing wrong?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
|
Showing us the server code for a JavaScript issue isn't very helpful. What's this actually look like once it hits the browser? That's what would be helpful.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: getting string representation from java object
|
|
|