Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-15 Thread Peter Alfors
- Original Message - > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 7:33 PM > Subject: Re: struts-config.xml - How do I open a "success" path as a new > window??? > > On Thu, 14 Jun 20

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-15 Thread Linnea Ahlbeck
al Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 7:33 PM Subject: Re: struts-config.xml - How do I open a "success" path as a new window??? On Thu, 14 Jun 2001, Peter Alfors wrote: > > What ha

RE: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Abraham Kang
Thanks Pete, Abraham > -Original Message- > From: Peter Alfors [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 14, 2001 6:57 AM > To: [EMAIL PROTECTED] > Subject: Re: struts-config.xml - How do I open a "success" path as a new > window??? > > &g

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Peter Alfors wrote: > > What happens when you execute this? > > target="_blank"> > > I would think that this should do what you want?? > You can also use the "target" attribute on an or tag: One advantage to this is that URL rewriting is aut

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread dhay
[EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: struts-config.xml - How do I open a "success" path as a new window??? Hi Abraham and Pete! Thanks for your help! The problem is - I don´t use a link directly from my jsp page to reach t

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Linnea Ahlbeck
indow!! Where do I enter this information and how?? Any suggestions??? Thank you in advance! /lLinnéa - Original Message - From: "Peter Alfors" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 3:57 PM Subject: Re: struts-config.xml - How do

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Peter Alfors
Your javascript code looks correct. :) However, if at all possible, I would avoid using javascript. Basically, because the user may have javascript turned off in their browser. Pete Abraham Kang wrote: > Hi Linnea, I think it would be easier to use href="javascript:window.open('yourAction.d

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Peter Alfors
What happens when you execute this? I would think that this should do what you want?? Pete > -Original Message- > From: Linnea Ahlbeck [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 1:52 AM > To: [EMAIL PROTECTED] > Subject: struts-config.xml -

RE: struts-config.xml - How do I open a "success" path as a new window???

2001-06-13 Thread Abraham Kang
Hi Linnea,     I think it would be easier to use     Your action will return mapping.findForward("success") to load the popup windows contents.   Pete,  my javascript is rusty so if you see any errors please correct.   --Abraham -Original Message-From: Linnea Ahlbeck [mailto: