Re: JSON Plugin Question

2010-04-27 Thread Ozu Natsu
response content type is not understood by browser. This can happen > if your response has formatting errors. For JSON response, the best > possible way in jQuery would be http://api.jquery.com/jQuery.getJSON/ > > - Rahul > > > > From: > Ozu Natsu > To: > user@struts.a

Re: JSON Plugin Question

2010-04-26 Thread Rahul Mohan
t possible way in jQuery would be http://api.jquery.com/jQuery.getJSON/ - Rahul From: Ozu Natsu To: user@struts.apache.org Date: 26-04-2010 20:02 Subject: JSON Plugin Question Hello, I am trying to use the JSON plug-in for the first time. I have a form that uses jquery to submit to a stru

JSON Plugin Question

2010-04-26 Thread Ozu Natsu
Hello, I am trying to use the JSON plug-in for the first time. I have a form that uses jquery to submit to a struts2 action, the action is being invoked properly and I am trying to send result back to call back function, but when result returns the browser prompts me to save or open the result fil