Re: JSON Plugin Question

2010-04-27 Thread Ozu Natsu
Thanks for the reply. I thought that the submit might be the problem. I have a regular button doing the submit. I tried just using a with an onClick action that was something like onclick="document.forms[0].submit();" That produced the same result. I also tried calling the JS method that does t

Re: JSON Plugin Question

2010-04-26 Thread Rahul Mohan
Hi, Is your intention to show the message 'success' in the results div? In that case you don't need a JSON response. Also, is jsonData an instance variable of your action class. Otherwise, your json result will simply return an empty json. You can verify the response by opening the response i