View Single Post
  #4 (permalink)  
Old 04-03-2009, 12:17 AM
kganesh kganesh is offline
Member
 
Posts: 10
Default Solved: Dynamic dropdown menu

I found an easy resolution - created a listener and registered it for dropdown button's selection listener and dropdown menu listener. This listener whenever invoked makes a synchronus server call for data and then calls button.popup().
Reply With Quote