cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown key search

Former Member
0 Kudos

Hai

i have to do one thing in my application that is

search option.

In this thaere is dropdown by key type 4 fileds , they contain their own simpletype .

but here the thing is if in dropdown by key user don't want select any data for search,

How to make the one option null , under the selection key .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if you dnt want to show any data when a particular option is selected from the DDBK.

do like this,

if(wdContext.currentContextElement().getDDBK().equals("Search")){

wdContext.currentContextElement().setDDBK("");

}

so when ever you select search option from the dropdown it will show blank.

Regards,

ramesh

Answers (0)