View Single Post
  #1 (permalink)  
Old 07-10-2007, 05:46 AM
Heather Heather is offline
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
How can I redirect in servlet?
I have a servlet that stores data given via parameters in a data base. If the executeUpdate() method returns 0 I want to redirect to another servlet when it returns a value > 0.
How can I do this?
Reply With Quote
Sponsored Links