DataTable / Paginator: Custom content syntax not JSF spec compatible
See original GitHub issuehttps://primefaces.github.io/primefaces/10_0_0/#/components/datagrid?id=custom-content-in-paginator
This works in Mojarra but not in MyFaces if you have a JSF component inside this custom facet:
<f:facet name="{Exporters}">
<p:commandLink id="test" />
</f:facet>
In Mojarra, the generated clientId of the commandLink will be: form:datatable:test In MyFaces, generated clientId is: form:datatable:_f{Exporters}:test
And { } is invalide inside a id.
Not sure which is by design, we have to check this.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Datatable paginator is not displayed - Stack Overflow
I am making a very simple datatable with JSF 2.0 tag dataTable but for some reason the page paginator is not displayed. Why...
Read more >Implementing Pagination in a JSF Page - Oracle
Open list.xhtml for editing and add the UI components between the < h:form > and < h:dataTable > elements. ... Modify the value...
Read more >Fix list for IBM WebSphere Application Server V8.5
The following is a complete listing of fixes for V8.5 with the most recent fix at the top. Content. Back to all versions ......
Read more >Alternative pagination - DataTables example
The Javascript shown below is used to initialise the table shown in this example: $(document).ready(function () { $('#example').DataTable({ pagingType: ' ...
Read more >Seam - Contextual Components - JBoss.org
Seam components may be called synchronously as a Web Service, asynchronously from client-side JavaScript or Google Web Toolkit or, of course, directly from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
MyFaces 2.3.9 released
It would be great If you can test