I need a solution to the below scenario.
I have a home page with a multi select list box and a submit button. Now the list box has only around 5 items but in future there can be 50 - 100 items in the list box. For each selected item, it should open the item details screen sequentially. For example if there are 10 items in the list box and when the user selects 2nd,5th and 9th item and clicks Submit should first show the 2nd details page then 5th and 9th page. After submitting from the 9th page the next page should be the home page.
I am going to use Jsf 2.0 or Jsf 2.1 I read somewhere that we should not use faces-config.xml in Jsf 2.x So I am not really sure how to implement the above scenario. Thanks for your help.