Bauke Scholtz
Bauke Scholtz
This is great. Let's do it for 5.0.
web.xml context parameter In Mojarra it can be read via `BooleanWebContextInitParameter`. For Mojarra 4.0.x experimental feature, use something like `com.sun.faces.enablePartialSubmit`. For inclusion in Faces 4.1 or 5.0 you need to...
It should be mentioned in the spec (javadoc of `AjaxBehavior` and jsdoc of `faces.ajax.request` is OK) and it should be toggleable via a context param. #5141 has been merged into...
cc: @arjantijms
> Test assertions should not make implementation-specific assumptions Completely correct. > Spec613IT Test should be rewritten if `window.foo` is available at all and is of type `function` (and thus not...
We can only mark it `@Deprecated` in 4.1 and then remove it in 5.0.
Reopening. @pnicolucci said we cannot deprecate things in a minor version. So I've reverted it in Mojarra. We can only deprecate it in 5.0 and then remove in 6.0.
Ok, I misunderstood. I reverted the revert.
Implemented in both Mojarra and MyFaces, closing off.