Is is possible to submit the JSF/PrimeFaces values of a datatable? Normally the datatable would be bind to a managed bean property and access it that way.
I need to have each entry of the datatable accesible through javax.servlet.http.HttpServletRequest
object when the submit is made.
Bind the value attribute of datatable to a list of POJOs. The table column corresponds to the POJO member.
And in submitDetails, you can traverse through the datatable records using list_POJO.