• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DOJO Grid and JSON

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every body,

I have problem when i binding JSON data (retrieved from Struts action using JSON plug-in) to a grid using dojox.grid.data.DojoData and i get data by dojo.rpc.JsonService.

i get the following error
this.store.getFeatures is not a function dojo.js (line 443)

My Code:-



note:- The struts action retrieve list of objects.

Thank you.

[ June 23, 2008: Message edited by: Abdullah Ahmed ]
[ June 23, 2008: Message edited by: Abdullah Ahmed ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dojo Forums might be able to help: http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/bind-json-data-grid

Eric
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[Edit: Thread hijack removed. Ask your own questions i new topics.]
 
reply
    Bookmark Topic Watch Topic
  • New Topic