> how to open a new browser windows in Struts without to use 
> javascript code in jsp page?

Opening a new page is a client-side function. Since Struts is a
server-side system, there's no way to do this.

You could use the "target" attribute of the <form...> tag, which
instructs the browser to open a new window for the result of the form.
That's as close as you're going to get.


--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to