Bauke Scholtz

Results 318 comments of Bauke Scholtz

Hmm makes sense. Small issue is that f:resetValues has disappeared from spec/vdl since 2.3. I guess this was an error during 2.2->2.3 transition whereby vdl templates were reworked because during...

I added a new VisitHint.CLEAR_MODEL and utilized the also in 5.0 introduced VisitHints varargs argument of UIViewRoot#resetValues. Had to add a UIViewRoot#getQueuedEvents() in order to be able to get hand...

It's reusing the already existing visitor.

Primarily to reuse the already existing tree visit (so, no performance impact as feared by mnriem). I didn't see other way than adding a new visit hint in order to...

Hmm how do I pass the `clearModel` flag to `UIViewroot#resetValues()` call then?

OmniFaces has one since a decade: https://showcase.omnifaces.org/cdi/Eager. It could be used as an example.

> - Annotation should be equivalent to having `@Startup` observer > - Annotation should be equivalent to having `@Initialized(X.class)` observer IMO the second should be leading. `@Startup` should be equivalent...

JSF spec has nothing like `oncomplete`. The `` has only `onevent` and `onerror` which have different heuristics already. Should we add a new `oncomplete` to JSF spec?