I have a business requirement. if a user is not logged in and tries to access page B , he gets redirected automatically to A. And if a user is logged in and tries to access A , he gets redirected automatically to B , How can i achieve this
Look at Booking example where is the exactly same case: jboss-seam/examples/booking/booking-web/src/main/webapp/WEB-INF/pages.xml at Seam_2_3 · seam2/jboss-seam · GitHub
Described in reference documentation here Seam - Contextual Components