Re: JSON Data in GWT

2011-11-01 Thread Thomas Broyer
What do you mean by a form in JSON format, and render this JSON data ? BTW, besides other responses whose authors plug their own projects, GWT proper can do it too: You can: 1. define JavaScriptOverlay typeshttp://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html 2.

JSON Data in GWT

2011-10-31 Thread IDeshpande
Hi All, I have my application which sends me a form in JSON format. Is there any direct way or API GWT provides to render this JSON data into any GWT UI element like Panel or a Dialog box? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: JSON Data in GWT

2011-10-31 Thread Raphael André Bauer
On Mon, Oct 31, 2011 at 4:37 PM, IDeshpande indraneeld2...@gmail.com wrote: Hi All, I have my application which sends me a form in JSON format. Is there any direct way or API GWT provides to render this JSON data into any GWT UI element like Panel or a Dialog box? GWT itself does not support

Re: JSON Data in GWT

2011-10-31 Thread Fabricio Pizzichillo
or API GWT provides to render this JSON data into any GWT UI element like Panel or a Dialog box? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from