RE: De-serialize JSON to Action

2011-02-07 Thread Jose Luis Martinez Avial
> > to > > > > the browser. > > > > Is the reverse possible using the plugin? That is, if I have a > > > > JS > > widget > > > > (Dojo, in this case) that spits out JSON, can I read in the JSON > string > > > > and >

RE: De-serialize JSON to Action

2011-02-01 Thread Jose Luis Martinez Avial
ent: Monday, January 31, 2011 11:43 PM To: Struts Users Mailing List Subject: Re: De-serialize JSON to Action I would think probably not because at runtime, the JVM would need to know the type of the objects in the list. But its late here, and I haven't given it much thought. On Mon, Jan 31,

Re: De-serialize JSON to Action

2011-01-31 Thread Harsh C
> I have been working with the Struts 2 JSON plugin and I have got it > set > > > up > > > > so that I can serialize my Java beans as a JSON string and pass it > > along > > > > to > > > > the browser. > > > > Is the reverse possib

Re: De-serialize JSON to Action

2011-01-31 Thread JOSE L MARTINEZ-AVIAL
gt; > the browser. > > > Is the reverse possible using the plugin? That is, if I have a JS > widget > > > (Dojo, in this case) that spits out JSON, can I read in the JSON string > > > and > > > "de-serialize" it to a Java bean? > > > > >

Re: De-serialize JSON to Action

2011-01-31 Thread Harsh C
* > > > > > > > - > --- > web: http://www.jgeppert.com > twitter: http://twitter.com/jogep > > -- > View this message in context: > http://old.nabble.com/De-serialize-JSON-to-Action-tp30810552p30810811.html > Sent from the Struts - User

Re: De-serialize JSON to Action

2011-01-31 Thread Johannes Geppert
> so. > > -- > *Thanks, > Harsh* > > - --- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/De-serialize-JSON-to-Action-tp30810552

De-serialize JSON to Action

2011-01-31 Thread Harsh C
I have been working with the Struts 2 JSON plugin and I have got it set up so that I can serialize my Java beans as a JSON string and pass it along to the browser. Is the reverse possible using the plugin? That is, if I have a JS widget (Dojo, in this case) that spits out JSON, can I read in the JS