posted 19 years ago
Hi,
Thanks for the information, I did the same as you mentioned, I returned from my controller
return new ModelAndView("pdfView","pdfBytes",pdfBytes);
where pdfBytes is byte[].
But it gave error no view found for pdfView...I think it was trying to search with internalviewresolver and was trying to find a definition in tiles definition.xml where it did not found a view for pdfView.
Thanks
Naresh Daswani