to call same controller in return
801522Oct 15 2008 — edited Oct 15 2008ModelAndView nextView = new ModelAndView(getSuccessView());
ante success ki return avutundi kada,success ki vellakunda controller should be in same page(ante next view lo kuda same controller ni call cheyali) ante ela ivvali syntax
means it is returning success.but my requirement is i would like to stay in the same page after success also,for that i have to call same controller in return,can any body help me for this