Andrew, Thanks for the tips. I think that method (1) can work for me in some situations, but not in general. Would you happen to know or have any examples for the method (2) [custom navigation handler]? I appreciate your help *very* much!
----- Original Message ----- From: Andrew Robinson <[EMAIL PROTECTED]> Date: Wednesday, May 2, 2007 3:50 pm Subject: Re: Navigation to and from an HTTPS URL To: MyFaces Discussion <[email protected]> > Two methods: > > 1) In your action or actionListener use the external context to > send a > redirect or > 2) Use a custom navigation handler that builds a URL then changes > the protocol > > On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Does anyone have any tips how you can implement navigating to and > from> an HTTPS URL from a commandLink or commandButton? > > >

