mojarra
mojarra copied to clipboard
PLEASE NOTE: This project has moved to Eclipse Foundation and will be archived under the JavaEE GitHub Organization. After Feb. 1, 2021, the new location will be github.com/javaee/mojarra. Mojarra - O...
I'm running a large Java EE 7 application on a two-node JBoss cluster which was recently upgraded from JBoss EAP 6 to JBoss EAP 7.0.4. Intermittently, the application runs into...
- Fixes #4386 - Fixes #4402
Hi! I'm using JSF Mojarra 2.3.9.SP01 (integrated in Wildfly 16.0.0) and since yesterday I'm having many of these messages in WF log: `arraycopy: last source index 16 out of bounds...
If its `values` attributed is backed by a Map, `` ignores all other attributes, including `itemLabelEscaped`. Even worse, in this case the `itemLabelEscaped` attribute does not default to `true`, as...
When using `h:selectOneRadio` with `group` attribute and , the listener method isn't called. Ex: ``` ``` The method `bean.method` is never called.
When using the `group` attribute in `h:selectOneRadio`, the styleClass attribute is ignored. Ex: ``` ``` The output is: ``` ``` The styleClass is ignored. The workaround is to use the...
Getting high CPU usage due to Multiple stuck threads at UIComponent.popComponentFromEL (UIComponent.java:2084) Every thread refers to same line number in UIComponent.java at line 2084. Here is the snippet of thread...
Hello, not really an issue but I need the offiicial logo of JavaServer Faces in vector format (svg or ai). I'm unable to find it anywhere... Any insight? Thanks.
Hello, this problem has been discussed on [StackOverflow](https://stackoverflow.com/questions/58537251/jsf-mojarra-externalcontext-redirect-creates-a-httpsession) the code of `redirect()`: @Override public void redirect(String requestURI) throws IOException { FacesContext ctx = FacesContext.getCurrentInstance(); doLastPhaseActions(ctx, true); if (ctx.getPartialViewContext().isPartialRequest()) { if...