• 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

Json & JqGrid Integration in Spring MVC

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing web based project with Spring MVC, hibernate & jquery with jetty server..
i want to display data regarding to json response.
here is my Json method in Controller Class.(i need show Harbors' details in my grid)


& this is my Controller Class Method that is used to generate json array as response



And finally this is my Jquery for generate jqGrid.







&

> Firebug shows my response like this..



Then friends where is my error.? ? ?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Then friends what is my error.? ? ?"

Exactly, what is your error? You didn't tell us what isn't working? what is the error?

We can't help you if you don't tell us the problem.

Thanks

Mark
 
priyanka kulathilaka
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mark Spritzler wrote:"Then friends what is my error.? ? ?"

Exactly, what is your error? You didn't tell us what isn't working? what is the error?

We can't help you if you don't tell us the problem.

Thanks

Mark



sorry its not "Then friends what is my error.? ? ?"
it should be "Then friends where is my error.? ? ?"

because not data load in that jdGrid
please help me
 
reply
    Bookmark Topic Watch Topic
  • New Topic