faces
faces copied to clipboard
Jakarta Faces
https://github.com/jakartaee/faces/issues/1507
Spec + TCK for #1501 Impl is here https://github.com/eclipse-ee4j/mojarra/pull/5550
Unsure how that's possible but already in 2.3 https://github.com/eclipse-ee4j/mojarra/blob/2.3/impl/src/main/java/javax/faces/application/StateManager.java#L56-L57 and 4.0 https://github.com/eclipse-ee4j/mojarra/blob/4.0/impl/src/main/java/jakarta/faces/application/StateManager.java#L55-L56 the `StateManager#STATE_SAVING_METHOD_PARAM_NAME` javadoc is wrong ``` * * If this parameter is not specified, the default value is...
https://github.com/jakartaee/faces/issues/1996
Add test for https://github.com/eclipse-ee4j/mojarra/pull/5540
``` commit 0f363685de787c095009a7e39c4b2c92343495c4 Author: Eclipse Faces Bot ``` but email should be as configured in Eclipse Foundation: ```json "github.com": { "username": "eclipse-faces-bot", "email": "[email protected]" } ``` This causes bot-commits to...
I want to output an HTML link as part of my error message, but can't because the HTML is escaped by h:messages. I searched Google for a workaround and found...
https://github.com/eclipse-ee4j/mojarra/issues/5503 The `` element is used in `faces-config.xml` in 2 places: 1. [Resource contracts](https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0#a4030): ```xml /foo.xhtml /bar.xhtml ``` 2. [Protected views](https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0#a404): ```xml /foo.xhtml /bar.xhtml ``` Both have got nothing to...
**Challenged Tests:** com.sun.ts.tests.jsf.api.javax_faces.application.resource.URLClient - resourceGetRequestPathLibTest - resourceGetRequestPathTest - resourceToStringTest com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper.URLClient - resourceWrapperGetRequestPathLibTest - resourceWrapperGetRequestPathTest **TCK Version:** JSF TCK 2.3.0 **Tested Implementation:** Open Liberty with MyFaces 2.3.11-SNAPSHOT **Description:** The 4.0 TCK...