Closed Toru47 closed 2 months ago
We don't have anything called "JF" that's at version 4.0.7.
I guess you are referring to the implementation Mojarra?
Sorry, I mean the implementation shipped with WildFly 28 or 33. The module is called jakarta.faces-4.0.7.jar. I'am wrong?
Moved to https://github.com/eclipse-ee4j / mojarra
In JF <= 4.0.1 empty values from Facelets eg. an empty parameter are converted to an empty string but not to null:
In JF >= 4.0.7 this is not the case:
Is there a change? Is there an issue (number)? Thx.