Page 2 of 2

Re: Problem with multiple sorting in DataTable

Posted: 15 Oct 2021, 11:45
by NOTiFY

Code: Select all

List <WorkflowQuestionRowData> data
As it appears to be displaying the data of your Entity/DTO:

Code: Select all

[com.aritu.eloraplm.workflows.forms.datatable.WorkflowQuestionRowData@2a432d70
id= 1
workflowId= Worfklow1
nodeId= Node1
questionId= Question1
type= TypeA
required= false
order= 3
obsolete= false
, com.aritu.eloraplm.workflows.forms.datatable.WorkflowQuestionRowData@714f80e3
IMO - I'd suspect it's:

Code: Select all

JBoss Seam 2.3
It's not passing from the 'Controller' (EJB/Entity) to the 'Model' (PF).

I don't know which Java Application Server, JDK etc. you're using or versions number. Set "Your signature will appear like this in posts". Also show a more "comprehensive" logs of the Server (rather than your edited version).

No. 5 & 6 of viewtopic.php?f=3&t=1194