How to open a new browser window with new new page from action class.
Created May 7, 2012
Sébastien Da Ros
Hi
You can open a new window, every time you submit your form, to do this just add an attribute to your form tag, like this:
<html:form action="/client.do" target="_blank">
Seb