I have a seam application generated by seam-gen.
Some of my recent changes broke the application.
From any list page(ex InquireList.xhmtl) with rich:dataTable, if I click on row to view details, the details page opens up with no data. I can see the parameters and the conversation Id on the details page but not the data.
<s:link view="/Inquire.xhtml"
value="View"
id="inquire">
<f:param name="inquireId"
value="#{inquire.id}"/>
</s:link>