Hi All,
In my application, i want to navigate to external url like google.com on click on a link / button.
I tried to use getFacesContext().getExternalContext().redirect(“www.google.com”); It didnt worked for me.
Then i tried with
getFacesContext().getExternalContext().dispatch(“www.google.com”);
Both of them are not working. Is there any other way(s) to achieve this goal?
Many Thanks,
- Kumar