Rodrigo

Results 3 comments of Rodrigo

Looking forward to it. My code throws `UnsupportedOperationException` with message "Unsupported Operating System Windows 10", `Exception in thread "main" java.lang.UnsupportedOperationException: Unsupported Operating System Windows 10 at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:112) at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:92) at...

Maybe it was an issue with PrimeFaces 5.1. I changed to the last snapshot JAR, build 20140525.122342 and it's downloading the file now, but only the headers appear. By the...

Solved by removing the sourceOptions attribute in l:dataExporter tags. But, then, how should it be used? That's what I have: public DataTableExportOptions getPFDTPageOnly() { return new DataTableExportOptions(DataTableExportRange.PAGE_ONLY); } P.S.: Now...