RE: struts2 json return to front

2014-10-31 Thread Martin Gainty
Lee > Date: Tue, 28 Oct 2014 22:04:14 -0400 > Subject: Re: struts2 json return to front > From: jlm...@gmail.com > To: user@struts.apache.org; sh_thorn_b...@yahoo.com > > Have you tried to use firebug or some http proxy or sniffer to check the > reponse sent to the browse

Re: struts2 json return to front

2014-10-28 Thread JOSE L MARTINEZ-AVIAL
Have you tried to use firebug or some http proxy or sniffer to check the reponse sent to the browser? 2014-10-28 20:50 GMT-04:00 john lee : > After click the button, the value of partid is passed to action > class, and see the output '123' from the console.the assigned value of > dummym

struts2 json return to front

2014-10-28 Thread john lee
  After click the button,     the value of partid is passed to action class, and see the output '123' from the console.    the assigned value of dummymesg is displayed on the console as well.  but the dummymesg never return to front javascript.    looks like success or error function call never