I added a 2nd combobox to my search widget. When the 1st combobox has a selection, the code should populate the 2nd combobox. I am getting the following error in function onFault:
[RPC Fault faultString="Servlet execution threw an exception" faultCode="500" faultDetail=""]
Attached is the xml and mxml. In the mxml, making a selection in the 1st combobox (???Search Layer???) calls function searchLayerChangedText(). That calls function querySearchFeatures(), which is the function where the error is being thrown.