Hi,
I have a servlet (servlet A) that in the doGet method invokes an applet which in turn invokes the doPost method of the same servlet in its init() and gets the data from the database and displays it.Now when the data in the applet is modified and ok is clicked , another servlet (servlet B) is invoked that does the database updation.
 
When I use IE IT WORKS PERFECTLY.But when I use Netscape 4.5 the second servlet (servlet B) does not get invoked at all. That is, it is able to get the data by using the URL Connection that was opened with servlet A in init but on click of button in actionPerformed it is not able to invoke the servlet B.Not even the init of servlet B is getting excuted.
 
Is the first connection not getting terminated? I have done a inputstream.close().....
 
Any idea why this is happenning?
 
Please help....
 
TIA
Sundari
 
 
 
 
 

Reply via email to