Hi,
I am new to
JSF. I am developing a simple application of Add, List, View, Modify data. Now from List page, I am able to send the selected row data to the server method. Now my aim is to update this object & send this updated value object (Managed Bean) to the View
JSP. Do I need to play with HttpServletRequest object? Is there much efficient way of transferring data from server to JSP in JSF? Please advice ..
Regards,
Paresh