Hi,
I am getting a JSON response in the content page by dragging my component from the sidekick.I want each value of JSON object to be displayed in my JSP page and that should be in HTML table format.Can you suggest any reference link regarding this
Views
Replies
Total Likes
You need to manually read data in JSON and put in html format
A good example is available here jsfiddle: http://jsfiddle.net/mjaric/sewm6/
Views
Replies
Total Likes
I want to read the data from JSONObject and display it in the form of HTML table format.My JSP page returns JSONObject,it contains all the data,I want to retrieve particular data from JSONObject and I need to display in table format in my JSP not using Javascript.
Views
Replies
Total Likes
It will be same as how you read json in java
Here it shows how you can json in jsp ( configure it html markup )
http://candidjava.com/json-array-with-jsp/
I would not recommend this as you would need to write alot of java in JSP
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies