Hi to all of you,
I have implemented an applet that sends data to a servlet.
this worked fine and even when i tested it in web it works.
But when i added a new call to another servlet in this same applet, the second call do nothing.
When i tried to test the second servlet , it works fine. when i tried to make the applet communicates just whith the second servlet it worked fine.
Does this mean that i can'tt make multiple servlet calls ? I searched and i found it is possible.
I'm using Tomact 4.0 and jdk 1.4.2
So please can someone help me with this?
I will be very thakfull to you.
I have implemented an applet that sends data to a servlet.
this worked fine and even when i tested it in web it works.
But when i added a new call to another servlet in this same applet, the second call do nothing.
When i tried to test the second servlet , it works fine. when i tried to make the applet communicates just whith the second servlet it worked fine.
Does this mean that i can'tt make multiple servlet calls ? I searched and i found it is possible.
I'm using Tomact 4.0 and jdk 1.4.2
So please can someone help me with this?
I will be very thakfull to you.