Bauke Scholtz
Bauke Scholtz
Mojarra impl does currently 2 (implemented via https://github.com/eclipse-ee4j/mojarra/pull/5179/files) MyFaces impl does currently 3. We should probably set 3 in spec. cc: @tandraschko
The spec says that it must be a direct child of f:view but the spec does not say what to do otherwise. If we don't throw exception then we basically...
Looks like so. A whole new class for this doesn't seem to be necessary. It could have implemented default behavior. E.g. simply returning null or delegating to existing method or...
In #1877 I proposed to pass it as varargs via existing method. This way we don't need to add a new method.
Agreed. There are indeed real world use cases where this is really useful. The technical problem is that `FaceletContext` is essentially volatile and is tied to the current Facelet being...
There is another difficulty. A single include file can be included multiple times in same view. How do we know which one we want to obtain the param from? By...
We could give ``/`` something like an `id` attribute but it should not be confused with those of `UIComponent`.
UIComponent.bindings has its own ticket https://github.com/jakartaee/faces/issues/1725
PreDestroyCustomScopeEvent and PostConstructCustomScopeEvent have been removed in https://github.com/jakartaee/faces/pull/1874 which was until today not associated with the current ticket. That leaves composite:extension.
composite:extension removed in Mojarra side: https://github.com/eclipse-ee4j/mojarra/pull/5498