This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Navigation from JSF page to Non JSF page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Navigation from JSF page to Non JSF page" Watch "Navigation from JSF page to Non JSF page" New topic
Author

Navigation from JSF page to Non JSF page

Abiodun Adisa
Ranch Hand

Joined: Jan 17, 2002
Posts: 495
I am writing an application and I want the page to be navigated from a JSF page to an external Page (non-JSF) whenever the user clicks a command Button.Like when a user clicks the command button the page navigates to http://www.mypage.com
Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

Do the following:



I hope that this helps ...

Best of luck ...


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
Roberto Badaro
Greenhorn

Joined: May 22, 2003
Posts: 3
Hi.

You must use "responseComplete()" to terminate phaseListener execution:



See more detail in method's javadoc.


-----------------------<br />Roberto Badaro<br />MG/Brasil
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Navigation from JSF page to Non JSF page
 
Similar Threads
IllegalStateException on page load
Resetting UIViewRoot
Opening a url at Runtime
Tomcat and SSL
myfaces-impl-1.1.3 instantiates the request scope bean