Re: Struts 1.3, JSON, and Action Forms

2007-02-07 Thread Musachy Barroso
I've been working on a JSON plugin to serialize/deserialize actions to/from JSON, but it is for Struts 2. You could at least reuse the serialization/deserialization code: http://code.google.com/p/jsonplugin/ musachy On 2/7/07, Alejandro Calbazana <[EMAIL PROTECTED]> wrote: Hello, I am wonder

Struts 1.3, JSON, and Action Forms

2007-02-07 Thread Alejandro Calbazana
Hello, I am wondering if anyone has made use of Ajax and SON under Struts 1.3... I'd like to make use of JSON in my Struts application in order to ease the process of data binding Dojo widgets. I'd also like to use JSON to serve as my client side model where changes made to a JSON graph, on t