How to open a new browser window with new new page from action class.
Created Dec 5, 2002
Sébastien Da Ros
Seb
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