question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DataTable / Paginator: Custom content syntax not JSF spec compatible

See original GitHub issue

https://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:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tandraschkocommented, Apr 26, 2021

MyFaces 2.3.9 released

0reactions
tandraschkocommented, Mar 4, 2021

It would be great If you can test

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found