Redirection?
Redirection?
- Subject: Redirection?
- From: Goodbye Bill <email@hidden>
- Date: Thu, 07 Aug 2003 02:05:37 -0400
Could someone tell me how to redirect a user to a new URL from within a
page? For example...
public void doSomething(){
if ( bThis = Boolean.TRUE ) {
// REDIRECT TO "http://www.newsite.com"
} else {
// REDIRECT TO "http://www.oldsite.com"
}
}
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.