hunkybill
20 Aug 2008, 10:57 AM
Hi,
In FF3 running Firebug, Ext 2.2
items: [
{boxLabel: '1', name: "foo[bar]", inputValue: 1, checked: true},
{boxLabel: '2', name: "foo[bar]", inputValue: 2},
{boxLabel: '3', name: "foo[bar]", inputValue: 3},
{boxLabel: '4', name: "foo[bar]", inputValue: 4},
{boxLabel: '5', name: "foo[bar]", inputValue: 5}
]
Throws a nasty exception due to the presence of '[' and ']' characters in the name, which should be allowed...
In FF3 running Firebug, Ext 2.2
items: [
{boxLabel: '1', name: "foo[bar]", inputValue: 1, checked: true},
{boxLabel: '2', name: "foo[bar]", inputValue: 2},
{boxLabel: '3', name: "foo[bar]", inputValue: 3},
{boxLabel: '4', name: "foo[bar]", inputValue: 4},
{boxLabel: '5', name: "foo[bar]", inputValue: 5}
]
Throws a nasty exception due to the presence of '[' and ']' characters in the name, which should be allowed...