Skip to content

Form and table id not appended to table cells #3162

Closed Answered by tandraschko
promodsingh asked this question in PrimeFaces
Discussion options

You must be logged in to vote

just 2 hints from my side:

  1. never use the constructor of a component, JSF have a #createComponent API to use since ages
  2. table.setColumns isnt the right way. You need to attach it as child component. the Datatable will then later build the columns list itself.

anyway, the way you trying to create your view isnt broadly used and therefor not much people can you help you here. i would make it via xhtml.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Answer selected by melloware
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment