chris21k
chris21k
Aha, using ```java FacesContext fctx = FacesContext.getCurrentInstance(); NavigationHandler nav = fctx.getApplication().getNavigationHandler(); nav.handleNavigation(fctx, null, "stop_error.xhtml"); fctx.renderResponse(); ``` instead of ```java ExternalContext ctx = fctx.getExternalContext(); ctx.dispatch("stop_error.xhtml"); ``` makes the example (and my...
Using `ctx.redirect()` in a PhaseListener in Mojarra 2.3.3 also makes a/the similar problem throwing ` java.lang.UnsupportedOperationException: Unable to find the underlying Coyote request object (which is required to create a...
The same with Weld 3.0.0. However, I found out, that if using `bean-discovery-mode="all"` instead of `bean-discovery-mode="annotated"` the example above works, i.e., the `other`-object is injected within the validator. However, this...
Does not work with the TB 115.0 release version.
Please see here for more information: https://bugs.openjdk.org/browse/JDK-8324308 https://unicode-org.atlassian.net/browse/CLDR-17324 As far as I can understand, Unicode specification should allow different types of spaces. Chris
Sorry, I forgot. I am using Windows 11 22H2 Build 22621.1413 with all Patches. Micorosft Edge WebView2 111.1661. 44 Runtime für Edge Chromium is installed, if that should play any...
Unfortunately the same in Eclipse 4.28 aka 2023-06.
Unfortunately the same in Eclipse 4.29 aka 2023-09.