Online documentation - Websydian v6.1 |
Product | Websydian Web Developer |
---|---|
Version | All |
Category | Development |
Question | Using combo boxes the selected value is not set in the EventHandler |
Answer |
If the combo box is populated and the selected value is not sent to the EventHandler the primary reason is missing java script on the page to populate the correct field with the selected value. Make sure that the PageGenerator creating the page with the combo box is enheriting from the PageGeneratorWithJavaScript function. Please remember to run the _DocumentTemplateGenerator after rebuilding the PageGenerator. |