I have to use it in the action of the form which contains the inputfields.
> -----Original Message----- > From: Bruno Aranda [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 28, 2005 2:03 PM > To: MyFaces Discussion > Subject: Re: HowTo: change scheme, server or port for action urls? > > > An outputLink which points to a https address does not work for you? > > Regards, > > Bruno > > 2005/7/28, Broekelmann, Mathias <[EMAIL PROTECTED]>: > > Does anyone have a solution for that? > > > > We have a site which is running on http for our data. > > Now we need to switch to https if the user logs in to > protect transmitting of the credentials. I can´t do that with > a redirect since the user can define username and password on > every page and press the login button to get logged in. > > > > I would do that normally by defining https://... for the > action attribute in the form if I do it without jsf. But jsf > doesn´t allow me to define that (or do I miss somthing?). > > I don´t want to run the entire site in https to solve this. > > > > Any help is appreciated. > > > > Regards, > > Mathias > > >

