in Oracle ADF, I want to make an af:query component submit search on each keystroke -
i have af:query component correctly querying table when enter values, , hit search button.
i automatically search when key pressed whenever cursor in 1 of query fields. eg behaving autocomplete in list of values.
any suggestions on how this?
i experimenting af:clientlistener, not have visibility of key presses within af:query component.
i doubt result in decent performance - , might annoying end user query in form populated on each keystroke. in case, don't think can query component - maybe should building own search screen this. if interested in having lov query fields might help: https://blogs.oracle.com/shay/entry/dependent_lovs_in_an_afquery_c https://blogs.oracle.com/shay/entry/adf_query_with_parameters_and_1
Comments
Post a Comment