Closed mauromol closed 4 years ago
My guess is it is something wrong with how value is being decoded. I will investigate.
I think the problem lies here: org.primefaces.util.DynamicContentSrcBuilder.build
Marking as WontFix for the reason given the upstream PrimeFaces answer in primefaces/primefaces#5902
If I try to specify the
value
of ape:documentViewer
as a method call like this (note: that method returns aStreamedContent
):I get an exception:
Why this limitation? The same
value
works fine withp:fileDownload
.