Questions tagged [primefaces-8.0]
5 questions
15
votes
4 answers
PrimeFaces 8.0 DefaultStreamedContent.builder().stream() asks for SerializableSupplier
In PrimeFaces 8.0 the DefaultStreamedContent cannot be initialized like new DefaultStreamedContent(inputStream, contentType, name) because it has been deprecated, instead you shound use DefaultStreamedContent.builder().
Although while doing…

Paolo Forgia
- 6,572
- 8
- 46
- 58
1
vote
1 answer
PrimeFaces Paginator JumpToPageDropdown Bug
I am migrating from PrimeFaces 6.2 to 8.0. In my project I am using multiple Primeface DataTables with a Paginator.
MCVE:
Create a data list with more than 10 elements. Then click through the different page numbers. When any page number bigger than…

Hendrik
- 413
- 7
- 17
0
votes
0 answers
p:fileUpload is not invoking listener after upgrading from jsf-2.1 to jsf-2.3(myfaces-2.1 to myfaces-2.3) and primefaces-3.1 to primefaces-8.0
p:fileUpload listener in not invoking in primefaces-8.0 with myfaces-2.3,java-1.8 and tomcat-9.0.73. During migration process i am testing and it's working till primefaces-5.0 and myfaces-2.3. After upgrading to primefaces-5.0 with same myfaces-2.3…

Sudhakar K
- 3
- 1
0
votes
0 answers
Primefaces Nested DataTable with InputText Not Updating Bean
I've a dataTable within a dataTable. The initial dataTable has a list of components that appear on the page. One of these components will be a list of strings which can have elements added or deleted. When I change a string in this list, I expect…

CQHondo
- 1
- 2
0
votes
0 answers
p:datatable filter does not work right anymore after update 7.0 to 8.0
I have a datatable with multiple filter for filtering in backend. In Primefaces 7.0 it all works out fine but after the update to 8.0 all filter seem to use the last defined filter in the xhtml side.
All cloumns looks like this just with different…

Jastol
- 165
- 3
- 12