I have a question regarding JSF navigation, if I would just want to do simple page navigation do I need to use redirect method defined in faces-config.xml?
For instance I have page 1 and user clicks rows in datatable value, navigates to page 2 and then do some process and come back to page 1.
I have read in another thread here. As redirect happens it would recreate request scope bean.
Could some one provide some insight into this? So what are the other options available to page to page navigation.
I am using JSF 1.1
Appreciate any help.
Regards
Depends on what data you wish to pass between pages:
Since you are stuck on using JSF 1.1 (I suspect that even BalusC would be hard pressed to say anything good about it) – you must strive for simplicity everywhere else.