WORedirect - how to get it to bring up a new page
WORedirect - how to get it to bring up a new page
- Subject: WORedirect - how to get it to bring up a new page
- From: Baiss Eric Magnusson <email@hidden>
- Date: Thu, 21 Jul 2005 14:55:19 -0700
I would like the WORedirect call to bring up a new page. Just adding
<moviePath() + "_blank" > won't work and the following doesn't work,
any suggestions?
WORedirect redirect = new WORedirect( context() );
redirect.setURL( moviePath() );
// below added to try to get a new
page generated
WOResponse r = redirect.generateResponse();
r.setHeader( "_blank", "target" );
redirect.appendToResponse( r, context() );
return redirect;
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden