Bauke Scholtz

Results 96 comments of Bauke Scholtz

As we're now on OmniFaces 3.0 which supports EL 3.0, I took a second look. Unfortunately, the map idea didn't work out very well. EL 3.0 API doesn't offer any...

[ supports ](https://javaee.github.io/javaee-spec/javadocs/javax/faces/push/Push.html#ui).

Indeed, but in a hindsight, the same can also be achieved with a ``. ``` ... ``` Which can be loaded via `foo()` call. Only disadvantage is that it's 3...

Is this more clear? > However, when you're having an input component without a `value` attribute, and thus the exact type cannot be automatically determined by simply inspecting the return...

"Changed" as compared to the initial DOM element value or as compared to the initial model value or as compared to the current model value? Imagine a view scoped bean...

It's doable fully client side and I think it's better to do this fully client side. Only tiny issue is that OmniFaces uses Vanilla JS. I'll let this sink a...

Reopening as this issue is still present and it's unclear which duplicate it's originally being closed of.

> Additionally, it would be nice if some future rev of the JSF spec could come out with an implementation-agnostic set of API. I'd like to clarify here that JSF...

Single JARs can be found in org.glassfish:javax.faces repo. https://mvnrepository.com/artifact/org.glassfish/javax.faces/2.2.15