I'm trying to get some data from a datatable in rich:modal
panel
The whole flow is as follows
- When clicking on search button on main page, a modal panel pops up with appropriate data & check box
- Till this point the application is working fine
- After clicking on ok button, selected data should be populated into main page. This is where the code fails
I tried stuff like getRowData
, getValues
, etc. but in vain. This could be done by keeping the bean in session scope but I have to keep this bean in request scope using Apache MyFaces JSF 1.2