Re: Struts2+dojo+JasonArray

2008-09-16 Thread Struts Two
Message From: prashanth2 <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Tuesday, September 16, 2008 11:49:17 AM Subject: Struts2+dojo+JasonArray Could anybody give me a working sample to read back jsonarray from struts2 action class using dojo. Say for example Iam having a Customers o

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

Struts2+dojo+JasonArray

2008-09-16 Thread prashanth2
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. >From my understanding i specified handleAs:jason, the r