Reputation: 13
Can someone point to jqgrid + java web app solution or especially with populating the grid and sending the form back to server. there are several php examples but nothing on java.
Upvotes: 1
Views: 7424
Reputation: 4433
If you are using struts2
there's a plugin which includes jqueryui
and jqgrid
components.
http://struts2-jquery.googlecode.com/
Upvotes: 0
Reputation: 2043
If you want to use some advanced tools like Spring, Hibernate and Maven here is the good example.
EDIT:
See this, if you want to use plain Servlet and JSP. This is very basic example.
Upvotes: 2