browser « MVC « Spring Q&A





1. Is there a way to detect cancelled download?    stackoverflow.com

Let's say I have a Spring MVC web application and it allows users to download a file. An email is sent at the same time as the file is sent to ...

2. Spring MVC: Open link in new browser window in handler method    stackoverflow.com

I have a controller that handle clicking on links. In handler method i have to do something (on db) and open clicked url in new window (something like _blank attribute in ...

3. ModelAndView in new browser    forum.springsource.org

Hello, Could I open a new ModelAndView() in a new browser? For example, I have a report in Jasper and I need that the "pdf" opens in a new browser web. ...

4. Spring MVC slow because of browser settings?    forum.springsource.org

Spring MVC slow because of browser settings? We just migrated our struts application to Spring MVC. For the most of our users it works perfect, but there are some users who ...