In datatable, by clicking datatable element per row, is there a basic solution to pass this clicked object to next page? Which scope annotation is proper for this?
Asked
Active
Viewed 136 times
0
-
Pass the object's identifier to the next page in question and construct the object accordingly probably by using a converter. A bean scope is nevertheless, purely requirement-dependent. – Tiny May 29 '15 at 11:41
-
2No, session scope is wrong. – BalusC May 29 '15 at 12:18
-
Thank you but problem is solved. f:param and viewscope is used. – zeynep May 29 '15 at 13:11