<af:search> shows required binding variables that is not want
852951Jun 9 2011 — edited Jun 14 2011Hello,
I have a WHERE clause similiar to this
... WHERE ([Binding Var 1] = 0 OR xzy_id IN (SELECT xzy_id FROM [Table] WHERE abc_id = [Binding Var2]))
When writing this to the WHERE segment of the view all binding varibales need to be required.
But when I use an <af:search> element in my jsff for searching through the table view all required binding variables are shown. I dont want that the element are shown because they are for internal use, only.
Thanks for your hints.
Greetings,
Ayhan