Threaded View
-
16 Jan 2012 8:35 AM #11
Hi,
We had the same problem. On investigation, we found that combobox with the problem had only 'id' and no 'name' attribute specified. Adding a 'name' attribute fixed the problem for us.
xtype: 'combobox',
id: 'comboBoxId',
name: 'comboBoxName',


Reply With Quote