How to Prevent Navigating Away From a Page?
Hi all,
I抦 developing a JSF application using IBM Rational Application Developer v6.0 and have this scenario:
Background:
I have a page that acts as a 3 step wizard. It also contains links to other pages. The page has a corresponding 損agecode?bean with a request scope and another managed bean with a session scope and basically everything happens here, all the action and action listeners. Also this managed bean handles three important events the 損age load? 損age load ends? and 損age post?
Desired Behavior:
I want to enforce the user to complete all three steps of the wizard without navigating away from this wizard like page by displaying a message 揾ey you must complete all three steps?or something like that :).
Problem:
The user can click on other links on the page and navigate away from the wizard without completing all three steps.
Any suggestions to this issue would be of great help.
Thanks in advance.

