Bauke Scholtz

Results 96 comments of Bauke Scholtz

Idea is understood, but this is actually not that trivial to implement without interfering with update and accidentally creating duplicate elements with same ID. It's better to improve `Ajax.update()` to...

FYI: I played around it ~2y ago but in the end stumbled upon a roadblock when the datatable is backed by a custom DataModel such as PrimeFaces LazyDataModel. It wasn't...

What exactly does it fix? The current setup works just fine.

Feature request is understood, however .. > except inside a filter since the header params are not accessible from the HttpServletRequest object .. this is actually not true. Inside a...

Hm ok, probably you meant to say "mutable" instead of "accessible" in the following sentence? > except inside a filter since the header params are not **accessible** from the HttpServletRequest...

I've added a `MutableRequestFilter` and associated helper methods in `Faces`, `FacesLocal` and `Servlets` to obtain the mutable header map and mutable parameter map.

Is there a JSF 2.3 compatible version of Deltaspike? Wondering how it's different from OmniFaces where injection in converters/validators continued to work just fine.

Interesting. Will look for 3.4.

FYI: I played around it last year but in the end it had a few hard requirements and the event behavior was awkwardly not consistent across browsers. I didn't have...

Norepro. Do you have any non-default context params in web.xml?