| Author |
JSON in JSP
|
Daniel Platon
Ranch Hand
Joined: Oct 10, 2005
Posts: 42
|
|
Hello everyone, Don't know if this is the right place for this question but here we go: I need to interpret a JSON response (from a Spring controller) into a JSP page. Does anybody knows about some sort of taglib for that ? Basically... I need a JSON "parser" taglib. I work with JSON because I use ExtJS widgets. Thanks everyone.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56180
|
|
|
How is the JSON getting to the JSP?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Daniel Platon
Ranch Hand
Joined: Oct 10, 2005
Posts: 42
|
|
|
Request to a Spring controller which uses a JsonView to serialize the response to JSON...
|
 |
 |
|
|
subject: JSON in JSP
|
|
|