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 navigation

Is there a way in jsf to navigate (redirect or forward) when
a .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 signon
page if there is no auth data in the session object
(no action="").
 
 

Reply via email to