Re: Struts2+dojo+JasonArray

2008-09-16 Thread Struts Two
I am using Dojo 1.1.1[combo box widget and FilterString widget] with struts 2, I esp use extensive use of dojo ItemFileReader and my result type is geared toward Dojo Data reader abstractions. The only thing I have done on the strust part (apart from making sure the Jason string generated can be

Re: Struts2+dojo+JasonArray

2008-09-16 Thread Dave Newton
--- On Tue, 9/16/08, prashanth2 wrote: > Could anybody give me a working sample to read back > jsonarray from struts2 action class using dojo. > Say for example Iam having a Customers objects > converted into JsonArray. My only problem is , how > to retrieve the response using dojo1.1.1. This se