RE: forward to a new window

2005-08-01 Thread Raj Tilak
you got to specify the target in the href or form action or whatever method you are using it From: "Rivka Shisman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: forward to a new window Date: Mon, 1

RE: forward to a new window

2005-08-01 Thread Mark Benussi
e attach an > example? You would have to use javascript to do something like: link Vic > Rivka > > -Original Message- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 3:12 PM > To: user@struts.apache.org > Subject: RE: forward to

RE: forward to a new window

2005-08-01 Thread Vic
You would have to use javascript to do something like: link Vic > Rivka > > -Original Message- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 3:12 PM > To: user@struts.apache.org > Subject: RE: forward to a new window > > when

Re: forward to a new window

2005-08-01 Thread Emmanouil Batsis
Sorry, i only read the first paragraph :-/ Manos Emmanouil Batsis wrote: The only way is to include JS code in your response, to open a new windows for that resource. Questions like this one usually come from designs that can be improoved though. hth, Manos Rivka Shisman wrote: Hi frie

Re: forward to a new window

2005-08-01 Thread Emmanouil Batsis
The only way is to include JS code in your response, to open a new windows for that resource. Questions like this one usually come from designs that can be improoved though. hth, Manos Rivka Shisman wrote: Hi friends I would like to know if there is a way of forwarding a request to a n

RE: forward to a new window

2005-08-01 Thread Leon Rosenberg
share the same session attributes? > > 2. How do you define a child window in JSP - can you please attach an > example? > > Rivka > > -Original Message- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 3:12 PM > To: user@str

RE: forward to a new window

2005-08-01 Thread Rivka Shisman
PROTECTED] Sent: Monday, August 01, 2005 3:12 PM To: user@struts.apache.org Subject: RE: forward to a new window when writing a link the target attribute can be set with _new or _blank or even the name of a child window. When youclick on the link it will open in said new window

RE: forward to a new window

2005-08-01 Thread Mark Benussi
when writing a link the target attribute can be set with _new or _blank or even the name of a child window. When youclick on the link it will open in said new window. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: forward to a new window

2005-08-01 Thread Vic
Hi Rivka, Try the following: link This will open your action in a new window. Vic > Hi friends > > > > I would like to know if there is a way of forwarding a request to a new > explorer window. > > For example, in the current window I have a list of books and a link to > a book details page fo

forward to a new window

2005-08-01 Thread Rivka Shisman
Hi friends I would like to know if there is a way of forwarding a request to a new explorer window. For example, in the current window I have a list of books and a link to a book details page for each book in the list - how do I open the book details in a new window using Struts? Thanks R