Bauke Scholtz
Bauke Scholtz
https://github.com/jakartaee/faces/issues/1833
Also added IT tests for #5460 and #5464 and spotted one more place where #5464 should be fixed.
Historically, `` was introduced in JSF 1.2 as sort of patch in order to be able to submit to the predefined URI `j_security_check` using a JSF form because that URI...
https://github.com/jakartaee/faces/issues/1592 Associated PR in Mojarra side: https://github.com/eclipse-ee4j/mojarra/pull/5490
https://github.com/jakartaee/faces/issues/1955
Reduce logging level of exception which is already rethrown during render response -- this only causes duplicate logs https://github.com/eclipse-ee4j/mojarra/issues/5449 In case you have a deja vu, this was indeed fixed...
That can only be done if we migrate to TypeScript. Then we can put interface ts in Faces project and keep implementation ts here in Mojarra project. Then we can...
### Describe your motivation I'd like to be able to adjust the input field padding suite-wide. Below is an example showing a text-field, select and text-area which happen to already...
As per https://github.com/eclipse-ee4j/mojarra/issues/5552 I found out that predefined JNDI variables `faces/FlashSecretKey` and `faces/ClientSideSecretKey` are nowhere mentioned in https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0. I wonder if these should be mentioned in the Faces spec at...
Moving #{cc} resolution from EL to CDI during Faces 4.0 was a mistake. This primarily because within a single EL resolution, the #{cc} can refer different composite components depending on...