dynamicaly extend disclosure panel using XML data - Google Web Toolikt

arleneroyal

New Member
I have a disclosure panel created form my GWT project. I have a checkbox. when I click on it, my project contact a web sevice and retreives data stored as XML. I want to get the data (I mean some labels from the xml) and create new checkboxes in my disclosure panel. how can I do this?lets's divide the question in two parts.getting the label from the xmldynamically extend the DisclosurePanelan example if my XML\[code\]<result><binding name='label'> <literal>abc</literal></binding>\[/code\]I want to create a new checkbox called abc
 
Back
Top