• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Redirect and IE6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Redirect and IE6


  • Subject: Re: Redirect and IE6
  • From: Mark Wardle <email@hidden>
  • Date: Sun, 20 Dec 2009 07:39:59 +0000

Answer: meta-refresh

Arrgghh!

Mark

-- Dr. Mark Wardle
Specialist registrar, Neurology
(Sent from my mobile)



On 19 Dec 2009, at 23:43, Mark Wardle <email@hidden> wrote:

Hi all,

I am unfortunately stuck with IE6 for deployment.

My logout directaction doesn't work with IE6 - there is no redirect.

/**
* Safely perform a user logout.
* @return
*/
public WOActionResults logoutAction() {
WORedirect redirect = (WORedirect) pageWithName("WORedirect");
redirect.setUrl(this.context ().completeURLWithRequestHandlerKey("wa/default",
null, null, false, 0)); // entry point
if (existingSession()!=null) {
existingSession().terminate();
}
return redirect;
}


Am I missing something obvious? This works with Safari...

Thank you,

Mark

--
Dr. Mark Wardle
Specialist registrar, Neurology
Cardiff, UK
_______________________________________________
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


References: 
 >Redirect and IE6 (From: Mark Wardle <email@hidden>)

  • Prev by Date: Re: Can't create new project.
  • Next by Date: Re: Can't create new project.
  • Previous by thread: Redirect and IE6
  • Next by thread: Can't create new project.
  • Index(es):
    • Date
    • Thread