Ouh and if you want to change the data in the second combo live you
have to set:
newStore.setMonitorChanges(true);
and you need to add an selectionChangedlistener:
combo.addSelectionChangedListener(mylistener); which updates the
models in "newStore".

And as Carl already said: 
http://www.sencha.com/forum/forumdisplay.php?45-Gxt-Help
would be the better place for for this question :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to