Click to See Complete Forum and Search --> : I need to change URL after database delete!


jmclaughlin
10-28-2003, 04:06 PM
I have created some JAVA classes on the server side that take care of updating, adding, deleting and sorting locations for each dealer. The trouble is that when someone hits refresh, the URL is sent again to the server and the page tries to repeat whatever it did before. Is there some way to change the URL or handle this problem in another way?

Khalid Ali
10-28-2003, 08:03 PM
The best solution is ,IMHO, to make an entry in the servlet or class so that it does not query db again..until you send a flag for it.