Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applet Servlet Communication

Status
Not open for further replies.

yassoura

Programmer
Joined
Nov 23, 2004
Messages
1
Location
TN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top