When a user fills out a form in a page(eg, Page A), and then click submit. If the user does not login, a login form page will show up to ask for username and password. After the user is authenticated, the data is created in database, and the Page A comes back to the user. Servlet security has this built-in features. But JSF has backing beans whose data need to be saved between requests. The Page A has request-scope backing beans data. Does JSF(myfaces) support page redirect with backing bean data backup? If not, any ideas will be appreciated. Thanks, David
--------------------------------- Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.

