Login Register

JSP

how to submit a grid's editable fields' data to server?

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'},

Java Tag Library for Dojo

Hi All,
I am a Java Developer, I would like to know if there are any FOSS Java tag libraries available for Dojo. I mean I would like to create the Dojo Grids, charts, and other widgets with a Java tag library, rather than writing code in Javascript manually. Thank you in advance.

Regards,
Yazad

Syndicate content