You could use a servlet filter for
that.
Kalle
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 1:45 PM
To: [email protected]
Subject: initial navigationIs there a way in jsf to navigate (redirect or forward) whena .jsf is opened, depending on data in the session? Basically,I want to do authorization/authentication inside the application,keep the auth data in the session object, and redirect to the signonpage if there is no auth data in the session object(no action="").

