i have couple of editable fields in the grid... how do i submit them to the server?
I included the grid inside a form, and when i submit (using xhrPost) to the Weblogic server, in my servlet i don't see this "editable" field as a parameter...
var fixedColsView = {
noscroll: true,
defaultCell: { name:'Default', width: '10em', styles: 'font-size:11px;text-align: left;'},
cells: [[
{name: 'Selected', field:'selected', width: '5em', styles: 'text-align: center;', editor: dojox.grid.editors.bool },
{ name: Field 2, field: 'field2', width: '15em'},
