I have a form / view that I want to have open a new window when it is submitted and validation is passed. So you fill out a form, click submit, fix any validation errors, hit submit again, and viola -- you have a result in a new window. I found a way to do this in Chrome, but it doesn't work in IE or Firefox. Any ideas?
JSP:
Controller:
It is very simple and basic and the target="_blank" seems to do the trick in Chrome...Any ideas on what I'm doing wrong?
Thanks!