cancel
Showing results for 
Search instead for 
Did you mean: 

DROPDOWN event handler

Former Member
0 Kudos

Hi

in the dropdown , as i select the value the action will trigger.

suppose i am want chose the same value from the dropdown again without changing to the other value . i need to call action again.

is there any way to trigger the action again. instead choosing the other value and coming the same value later

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

One thing you can do is,

I guess you might have directly written code in the OnSelect of the dropdown.

One thing you do, create a method and write your code here.

In Onselect call this method and pass the index based on lead selection,

for the 1st time(For default value) pass the index as 1 to the above method.

This way you can use the same code by passing the index differently so that same functionality applies.

I achieved it the same way.

As per your requirement, what ever code is there in OnSelect the same code you want to achieve for the default value

that is in dropdown(shown as defaulted) right.

Regards,

Lekha.

Edited by: Lekha on Oct 24, 2009 1:41 PM

Former Member
0 Kudos

hi,

Please check if selecting same value triggers the OnAction . Try to put break-point and de-bug.

If Action does not trigger then you may check whether wddomodify is triggered.