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.
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
posted
0
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
posted
0
Hi.
You must use "responseComplete()" to terminate phaseListener execution: