If you want to have the result of processing the action displayed in a different browser window than the one in which the user submitted the form, define a target attribute in the HTML form element. When the use submits the processing request, a new browser window will open and the results will be displayed there.
You are describing client side functionality. Struts is a server side framework and therefore cannot directly open a browser window. HTH, robert > -----Original Message----- > From: joel [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 1:55 AM > To: [EMAIL PROTECTED] > Subject: How sturts open a new window page ? > > > Hi All: > I wonder how struts process opener page,for example : > when I submit <input type="submit" name="EDIT"> > I want actionservlet can open a new window but not this window to > process actions. > How can struts do it ? > Or I need to use the old way that by javascript ? > > thanks all > joe > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

