Bauke Scholtz

Results 248 comments of Bauke Scholtz
trafficstars

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...

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.