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
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
2 matches
Mail list logo