PSODynamicDropdown control

The PSODynamicDropdown control is now available on the public Subversion repository. This is a JQuery based content editor control that is good for creating dynamic lists of smaller datasets.

You can download the zip here:

http://code.percussion.com/svn/PSODynamicDropdown/trunk/PSODynamicDropdown.zip

and browse the sources here:

http://code.percussion.com/svn/PSODynamicDropdown/trunk/

-nate

I installed the dynamic dropdown and am able to populate it dynamically using an xml application that goes against a database. But there is a problem - when i select a value and close, the chosen value does not show up in the ‘edit content’ page. When I click on the ‘Edit Table’ button, the drop down does not preselect the previously selected value. But I know the data is saved since in the assembly view, I can see the value that I had selected.
The problem is in the presentation - the drop down does not pre-select a previously saved value.
Please advise.