I have created an AIR application from an existing AJAX application. The application changes two of the select boxes back to their default state after the user clicks the submit button. In a browser this works fine. In the AIR app the select boxes are reset, except it appears that the components are not redrawn on the screen.
If I click the submit button it tells me I need to set a value for those two fields (which indicates the value of the select boxes has been reset to default), yet what is displayed is the previous choice (before clicking submit). If I click a select it redraws it in the default state. Is there a way to force a redraw of the HTML content without reloading the page? Is there another workaround for this?

