Filtering SingleSelect Values as You Type by Shay Shmeltzer

image

A customer has asked how they can achieve filtering of the results shown in a selectSingle component that is bound to a Service Data Provider (SDP) as they type values into the list. In this blog we’ll show you how to get this behavior working.

A list that is based on an SDP doesn’t hold a client side array of all the data – filtering will therefor be executed using a query sent to the server. The server returns the matching values to the client populating the SDP.

To indicate to an SDP that you want to send such filtering queries, you specify a new property to the SDP called transformsContext in your variable definition in your page’s JSON. See the bold lines below: Read the complete article here.

Developer Partner Community

For regular information become a member in the Developer Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook image Meetups

Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.