0
I’m developing an application and when I click save it redirects to where I want updated. Only if I refresh the page it asks if I want to take advantage of past data before, I wouldn’t want it to happen
That’s how I’m doing it:
boolean teste = cc.inserir(curso);
RequestDispatcher rd = req.getRequestDispatcher("/index.jsp");
rd.forward(req, resp);