0

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?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
zeynep
  • 17
  • 1
  • 7
  • 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
  • 2
    No, 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

0 Answers0