This actually works fine. I had a pathing problem with my pdf file.
Type: Posts; User: copacki; Keyword(s):
This actually works fine. I had a pathing problem with my pdf file.
Hi,
I'm trying to use RedirectView in my controller to redirect to a pre-generated PDF.
my handInternalRequest method returns this:
return new ModelAndView(new RedirectView(url));
It seems...