RE: De-serialize JSON to Action

2011-02-07 Thread Jose Luis Martinez Avial
e: 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, 2011 at 11:19 PM, JOSE L MARTINEZ-AVIAL wrote: > Hello, > I was wonder

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 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, 2011 at 11:19 PM, JOSE L MARTINEZ-AVIAL wrote: > Hello, > I was wondering about how to do this, and I just saw yo

Re: De-serialize JSON to Action

2011-01-31 Thread JOSE L MARTINEZ-AVIAL
Hello, I was wondering about how to do this, and I just saw your mail. The post is interesting and useful, but I was wondering if it is possible to automatice the conversion for beans. According to the documentation( http://struts.apache.org/2.2.1.1/docs/json-plugin.html) a list of beans will be

Re: De-serialize JSON to Action

2011-01-31 Thread Harsh C
Looks like this will work for me. Thanks! On Mon, Jan 31, 2011 at 4:14 PM, Johannes Geppert wrote: > > for a while i wrote a blog post "How to parse a JSON Object when using > multiSearch for jqGrid with Java", I think you can adopt it to your > problem. > > > > http://www.jgeppert.com/2010/06/h

Re: De-serialize JSON to Action

2011-01-31 Thread Johannes Geppert
for a while i wrote a blog post "How to parse a JSON Object when using multiSearch for jqGrid with Java", I think you can adopt it to your problem. http://www.jgeppert.com/2010/06/how-to-parse-a-json-object-when-using-multisearch-for-jqgrid-with-java/ http://www.jgeppert.com/2010/06/how-to-parse