Bauke Scholtz

Results 96 comments of Bauke Scholtz

Valid. And the spec needs to be updated to explicitly say "immediate child" or "direct child" instead of "child". Because, especially in CSS terminology, f:view -> h:head -> f:metadata still...

+1 They should be retrieved via a public factory in some way or utilize the public API or need adjustment to run within faces context, depending on what the test...

I fixed Spec1296IT but the other two don't have a public API equivalent. This can only be solved by adding `FaceletCache#getRefreshPeriod()` to the API. So I've for now deactivated the...

Tomcat has a `conf/web.xml` file with therein among others the `default` servlet, the `jsp` servlet and a boatload of mime mappings. I guess the OP was editing that file to...

Proposal: For `jakarta.faces.STATE_SAVING_METHOD` add new `enum StateSavingMethod` to `StateManager`. For `jakarta.faces.VALIDATE_EMPTY_FIELDS` add new `enum ValidateEmptyFields` to `UIInput`.

Thank you for the response. So in other words, the OmniFaces [ViewScopeManager](https://github.com/omnifaces/omnifaces/blob/4.3/src/main/java/org/omnifaces/cdi/viewscope/ViewScopeManager.java) needs to be ported to Spring in its entirety, including the unload/destroy features?

I went for a different approach: https://balusc.omnifaces.org/2023/11/using-omnifaces-cdi-viewscoped-with.html

Closing off because it's technically not possible. At least not in a impl/lib-independent way.

So far, I haven't stumbled upon real world use cases whereby I missed this function. Closing off.