On Mon, Oct 31, 2011 at 4:37 PM, IDeshpande <[email protected]> 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 direct JSON Widget data binding. If you want to parse JSON data I can recommend https://github.com/chirino/resty-gwt . Rendering data after parsing with resty gwt is simple... Best, Raphael > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com web: http://raphaelbauer.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
