ADF throws error popup when filtering a Number column with non-numeric input in ADF 12.2.1.3.0
👋 Hi all,
We are using Jdev 12.2.1.3.0. In which we have an ADF table with a Number(8)
column exposed on a JSFF page with filters enabled. When users enter non-numeric values to filter this column, they get an error popup, and logs show an "Invalid Number" exception.
🔧 Looking for a better way to handle this—ideally by validating input or showing a friendly message instead of a raw error.
Any suggestions?