Hello, I'm building a web application that has a ListBox included, the content of the listbox is driven from an RPC, which gets listbox's content from the database.
Each time I refresh the page, RPC result is re-added to the end of the listbox. I tried listBoxVariableName.clear(); - with more than one way, like removing all listbox's items&values - before adding any items to it, and it didn't do anything and keeps on duplicating on every refresh. Any ideas?! -- Regards, Ibrahim Abdel Fattah Mohamed Web Developer Twitter: @bingorabbit e-mail: [email protected] Personal bLOG: http://bingorabbit.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
