faces
faces copied to clipboard
Jakarta Faces
The section 11.1.3 of the spec, Application Configuration Parameters https://github.com/jakartaee/faces/blob/master/spec/src/main/asciidoc/UsingFacesInWebApplications.adoc#application-configuration-parameters, is missing the parameter `jakarta.faces.AUTOMATIC_EXTENSIONLESS_MAPPING`. The extension is also mentioned multiple times throughout the spec document, for example in relation...
Its a very nice feature, i would like to port it
Can SelectItem's value be added as a generic of SelectItem? I think it would come in handy. If a good idea can this make it into 1.2.1? Mike #### Environment...
A few facets could be added to h:head in order to support resource ordering i.e. to declare application resources after component library (framework) resources. Example: PrimeFaces - ShowCase There is...
In my daily worklife as developer, i often face cases, where i would just like to update a facet. Example: ``` Some dynamic text ..... many content... ``` I case...
Today in the frontend web client, Typescript is preferred, if consider to rewrite the jsf.js(`faces.js` in Faces 4.0) in TypeScript or add a `@types/jsfjs` to the existing work, make it...
talking with @BalusC we came to the same conclusion that inside faces.js the method faces.getViewState should include the partial submit logic and, to do that, the best solution is to...
trying the "new" extensionless mapping on faces 4.0 but the url mapping with ".xhtml" should 301 to the same page without extension otherwise you will end with duplicate contents e.g....
Faces implementations may need to generate (textual) Faces TCK test results which may not be easy...
I think most implementations are running the Faces TCK via something like `mvn org.apache.maven.plugins:maven-site-plugin:3.12.0:site -DskipAssembly=true -Pstaging surefire-report:failsafe-report-only -Daggregate=true -Dglassfish.version=7.0.0-M5 -Dmaven.test.skip=true -DskipTests=true` Implementations can follow the suggestion in https://github.com/eclipse-ee4j/jakartaee-tck/issues/1032#issuecomment-1140099554 of generating...
In big and modular applications, it's to complex to import all enums via f:metadata. Every CC or include should be able to maintain their own imports, otherwise its very hard...