Bauke Scholtz

Results 96 comments of Bauke Scholtz

Sorry for the late response, I expected Arjan would take a closer look at it. > So the question is, would you like to mantain the extension? I don't have...

Sounds like it's gone wrong in the browser cache. Have you installed the `CacheControlFilter` (https://showcase.omnifaces.org/filters/CacheControlFilter)? You need minimally the `noCache` configuration example.

Problem appears to only manifest in MyFaces. I can't reproduce it in Mojarra. I'd have to debug in both impl sources to figure out what's going on and that may...

Some months ago I spent nearly a full day debugging in MyFaces 2.2.11 without any new clues. I at least remember it's related to "dynamic actions" during restore view in...

@tandraschko this is the smallest reproducer I could create: ``` @FacesComponent(createTag = true) @ListenerFor(systemEventClass = PostAddToViewEvent.class) public class OnloadScript extends UIOutput { public OnloadScript() { setRendererType("javax.faces.resource.Script"); } @Override public void...

There's something odd going on. > lineNumber: 1664 [It has only 59 lines](https://github.com/omnifaces/omnifaces/blob/3.12/src/main/resources/META-INF/faces-config.xml).

Can you at least change your JVM locale to English? That will yield exception messages which are so much better Googleable. This is the closest I could find: https://bugs.openjdk.java.net/browse/JDK-8198548 Which...

It's been a while already. Do you have any updates or at least a reproducer?