An ADF application has a page with an <af: table> component with sorting and filtering enabled. The table is based on an Entity Object which corresponding View Object has List Of Values (LOV) defined on its attributes and the corresponding <af: column> s have attribute "FilterFeatures" set to "caseInsensitive" to bypass model-driven case -sensitivity and force case insensitive filtering mode. The LOV have "Default List Type" set to "Input Text with List of Values" or "Combo Box with List of Values". One of the View Object attributes has "Auto Submit" set to "false" in its "UI Hints" while the other has the "Auto Submit" set to "true".