• 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

struts2 + Json and JQuery.

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to display Grid with values. I am bale to get just header of the Grid but not the entire Grid.

I am missing something here.

I have also followed same example as all new people follow the Jason one.

I have following jars in my WEB-INF/lib



Custmer class is



Jason table is (Same normally I got from net, I have changed DAO calls and prepared hardcoded customer Object)


Strust.xml is



I am not sure what Am I missing here, I simply getting empty Table with just header in it.
Can some one help me in understanding or simple strust2 wirh Jquery Grids working example app also help if you send as attachment.
 
Amruth Puppala
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can any one post or point to me to the link of any Sturts2 Jquery Edit Grid examples.

I want a Data Grid editable using Sturts2 JQuery.

I need other then Showcase example one. I have used it.

I really in the need of this as my project demands it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic