I am using
tomcat and running my application on localhost 8080
I have this javascript/jquery call:
and the
servlet is doing (i have taken out any attempt at json and just returning plain text)
I installed fiddler 2 and it says?
in the response window:
all of the alerts in the callback function happen but the one alerting about data is just an empty dialog box.
There are no errors in either the firefox error console or the tomcat window.
Does anyone have any ideas what is going wrong?