arshad_nj
Nov 21st, 2005, 04:34 PM
Hi,
I got two two JSp pages in two differnt directories of web application, when I am dispatching to second page from the first page's controller using return new ModelAndView(viewname), new page is coming but the images for the new page are feteched relative to the first page's folder, I am sure it will work when I will try redirect but I don't want to use redirect.
Your help is highly appreciated.
Thanks,
Arshad
I got two two JSp pages in two differnt directories of web application, when I am dispatching to second page from the first page's controller using return new ModelAndView(viewname), new page is coming but the images for the new page are feteched relative to the first page's folder, I am sure it will work when I will try redirect but I don't want to use redirect.
Your help is highly appreciated.
Thanks,
Arshad