HI..
I have two pulldown controls.on selection one pulldown data is generated to the second one.Now as an when i change pulldown control the search is being excuted . but i dont want that to happen , rather i need a search button and clickin on the search button the search should be executed . but on the selecting the first pulldown , data should must be populated in the second pulldown and then clickin on the search should excute my search takin data from the both the pull downs..
please help or post a sample xml for this sceneraio..thnx..
You basically put
<param name="allowSoftSubmit">False</param>
into either the Button or SubmitButton module, and you have your Search and everything else downstream from the Button, and that will prevent the Pulldown interactions from submitting the search. Only the user clicking the green Button will be able to send the push downstream if you have allowSoftSubmit set to False.
If you post your XML I can advise you further.