Hello,
From a popup window (popup.jsp) I want to submit some data to a
servlet. But it doesn�t seem to work on a
Tomcat server, but only on my local Resin server!
Both data (URL parameter called mode) being passed in the URL and the data being submitted from some checkboxes is null when recieving them in the servlet, when using the Tomcat server.
If I log the URL from the Tomcat server it looks like this:
http://www.myDomain.com/myApp/servlet/AddParticipant?null - and if I log the URL from the local Resin server it looks like this:
http://127.0.0.1:8080/myApp/servlet/AddParticipant?mode=add What could the reason be?
Here is my javascript function in the popup.jsp:
[ June 21, 2007: Message edited by: Jeppe Fjord ]
[ June 21, 2007: Message edited by: Jeppe Fjord ]