cancel
Showing results for 
Search instead for 
Did you mean: 

htmlb drop down

Former Member
0 Kudos

Hi Experts ,

i am new to BSP i am facing some issues in Drop down .

in my requirement i have 2 dropdowns country & state once i choose country from the drop down the state dropdown should populate the values based on the country ..

what happening is ?

When i choose the country the state is populateing the correct values .. but the country drop down is refreshing .

i am using page with flow logic model .

what i tried is ?

in initilization event i writen the query to fetch the country , to avoid refreshing i set flag too .. but it is refreshing still .

kindly help me regarding this & if possible provide sample code for this senario

Regards

Chinnaiya P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think the value variable used for the dropdown field is getting cleared in on initialization after u select the entry. Pls check that.

I dont think flags are needed to control the refreshing of the dropdown. If its a stateful application clear the variable for the dropdown only in oncreate event.