Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<af:search> shows required binding variables that is not want

852951Jun 9 2011 — edited Jun 14 2011
Hello,

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
This post has been answered by John Stegeman on Jun 9 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2011
Added on Jun 9 2011
2 comments
75 views