faces icon indicating copy to clipboard operation
faces copied to clipboard

Jakarta Faces

Results 179 faces issues
Sort by recently updated
recently updated
newest added

Visual representations of buttons appear to be presently crippled by the inability to include mixed content, e.g. a standard with an image and a label. h:button and h:commandButton are presently...

Type: New Feature
Priority: Minor
Component: Components/Renderers
HTML
button
input
render

composite:extension PreDestroyCustomScopeEvent PostConstructCustomScopeEvent see: https://issues.apache.org/jira/browse/MYFACES-4627

myfaces-implemented

https://github.com/eclipse-ee4j/mojarra/issues/5105#issuecomment-1327770291 > There are basically 3 options: > > 1. ignore f:metadata and log warning > 2. use f:metadata but log warning > 3. throw exception

EE12

In JSF 2.2 the way to automatically enable JSF in a project is having either a class on the class path annotated with one of the JSF native annotations, or...

Type: New Feature
Priority: Major
Component: Configuration/Bootstrapping

While working on PoC for `@FacesConfig` annotation having all context params as attributes/constants, https://github.com/eclipse-ee4j/mojarra/blob/4e486bfabe8b08e5b4588ab8e9198e0bd4c30503/impl/src/main/java/jakarta/faces/annotation/FacesConfig.java I noticed the following `String` based context param values having a fixed set of allowed values...

mojarra-implemented

Like we do with `UIForm` in Developement mode check for duplicate `html`, `head/HtmlHead` and `body/HtmlBody`. Inspired by Issue on PrimeFaces: https://github.com/primefaces/primefaces/issues/10790

why was it introduced? backward compatibility?

myfaces-implemented

https://github.com/eclipse-ee4j/mojarra/issues/4946 Add and process an `async` attribute to `f:ajax` to implement async ajax requests

Assume we have a backing bean like this. ```java @ViewScoped @Named("todosHome") class TodosHome{ private TodoForm form; // setters and getters. } ``` And `TodoForm` here is a `record`. ```java record...

So far: | deprecated thing | removed in Mojarra? | removed in MyFaces? | | - | - | - | | FacesConfig#Version | ✓ | ✓ | | ResourceHandler#JSF_SCRIPT_RESOURCE_NAME...

mojarra-implemented