chris21k

Results 5 comments of 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