RE: Forwarding openNewWindow

2003-09-18 Thread Robert Taylor
Manuel, can't you just use the target attribute in the form tag to do this?

robert


 -Original Message-
 From: Manuel Lenz [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 6:02 AM
 To: Struts Users Mailing List
 Subject: Forwarding  openNewWindow



 Hi to all,
 I´d like to forward to an jsp-page which will be opened in a new window.
 How can I manage that in struts-config.xml ?

 I can´t use javascript to open the new window because the user is pressing
 a struts-submit button and not a normal link.

 Hope anybody can help me,
 bye,

 Manuel Lenz




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



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



RE: Forwarding openNewWindow

2003-09-18 Thread Manuel Lenz

There exists no target-attribute for struts submit-button.
Does anybody know a solution?

Manuel


|-+
| ||
| ||
| ||
| |Robert Taylor |
| |[EMAIL PROTECTED]  |
| |18.09.2003 13:19|
| |Bitte antworten an Struts  |
| |Users Mailing List |
| ||
|-+
  
|
  |
|
  | An:  Struts Users Mailing List [EMAIL PROTECTED]   
   |
  | Kopie: 
|
  | Thema:   RE: Forwarding  openNewWindow
|
  
|




Manuel, can't you just use the target attribute in the form tag to do this?

robert


 -Original Message-
 From: Manuel Lenz [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 6:02 AM
 To: Struts Users Mailing List
 Subject: Forwarding  openNewWindow



 Hi to all,
 I´d like to forward to an jsp-page which will be opened in a new window.
 How can I manage that in struts-config.xml ?

 I can´t use javascript to open the new window because the user is
pressing
 a struts-submit button and not a normal link.

 Hope anybody can help me,
 bye,

 Manuel Lenz




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



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







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



RE: Forwarding openNewWindow

2003-09-18 Thread Andrew Hill
The target goes on the form tag

-Original Message-
From: Manuel Lenz [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 September 2003 20:15
To: Struts Users Mailing List
Subject: RE: Forwarding  openNewWindow



There exists no target-attribute for struts submit-button.
Does anybody know a solution?

Manuel


|-+
| ||
| ||
| ||
| |Robert Taylor |
| |[EMAIL PROTECTED]  |
| |18.09.2003 13:19|
| |Bitte antworten an Struts  |
| |Users Mailing List |
| ||
|-+

---
-|
  |
|
  | An:  Struts Users Mailing List
[EMAIL PROTECTED]
|
  | Kopie:
|
  | Thema:   RE: Forwarding  openNewWindow
|

---
-|




Manuel, can't you just use the target attribute in the form tag to do this?

robert


 -Original Message-
 From: Manuel Lenz [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 6:02 AM
 To: Struts Users Mailing List
 Subject: Forwarding  openNewWindow



 Hi to all,
 I´d like to forward to an jsp-page which will be opened in a new window.
 How can I manage that in struts-config.xml ?

 I can´t use javascript to open the new window because the user is
pressing
 a struts-submit button and not a normal link.

 Hope anybody can help me,
 bye,

 Manuel Lenz




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



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







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


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



RE: Forwarding openNewWindow

2003-09-18 Thread Robert Taylor
Is the Struts submit button in a form? If so
the following code will do what you want.
If not, then why are you using a submit button?

html:form action= target=

/html:form

robert

 -Original Message-
 From: Manuel Lenz [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 8:15 AM
 To: Struts Users Mailing List
 Subject: RE: Forwarding  openNewWindow



 There exists no target-attribute for struts submit-button.
 Does anybody know a solution?

 Manuel


 |-+
 | ||
 | ||
 | ||
 | |Robert Taylor |
 | |[EMAIL PROTECTED]  |
 | |18.09.2003 13:19|
 | |Bitte antworten an Struts  |
 | |Users Mailing List |
 | ||
 |-+

 -
 ---|
   |
  |
   | An:  Struts Users Mailing List
 [EMAIL PROTECTED]
 |
   | Kopie:
  |
   | Thema:   RE: Forwarding  openNewWindow
  |

 -
 ---|




 Manuel, can't you just use the target attribute in the form tag
 to do this?

 robert


  -Original Message-
  From: Manuel Lenz [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 18, 2003 6:02 AM
  To: Struts Users Mailing List
  Subject: Forwarding  openNewWindow
 
 
 
  Hi to all,
  I´d like to forward to an jsp-page which will be opened in a new window.
  How can I manage that in struts-config.xml ?
 
  I can´t use javascript to open the new window because the user is
 pressing
  a struts-submit button and not a normal link.
 
  Hope anybody can help me,
  bye,
 
  Manuel Lenz
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


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







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



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