Skip to content

Commit

Permalink
Fix eclipse-ee4j#5434: Inverse default config of autoCompleteOffOnVie…
Browse files Browse the repository at this point in the history
…wState eclipse-ee4j#5435

Signed-off-by: pizzi80 <paolo@given2.com>
  • Loading branch information
pizzi80 committed Apr 9, 2024
1 parent a09cb1f commit a7e68f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public enum BooleanWebContextInitParameter {
PartialStateSaving(StateManager.PARTIAL_STATE_SAVING_PARAM_NAME, true),
GenerateUniqueServerStateIds("com.sun.faces.generateUniqueServerStateIds", true),
InterpretEmptyStringSubmittedValuesAsNull(UIInput.EMPTY_STRING_AS_NULL_PARAM_NAME, false),
AutoCompleteOffOnViewState("com.sun.faces.autoCompleteOffOnViewState", true),
AutoCompleteOffOnViewState("com.sun.faces.autoCompleteOffOnViewState", false),
EnableThreading("com.sun.faces.enableThreading", false),
AllowTextChildren("com.sun.faces.allowTextChildren", false),
CacheResourceModificationTimestamp("com.sun.faces.cacheResourceModificationTimestamp", false),
Expand Down

0 comments on commit a7e68f5

Please sign in to comment.