In this document refers how to use Struts2 jQuery grid for view data set. This is the project structure using maven of my example. (IDE Intellj Idea 12 ) Step 01. Start Struts2 project with maven builder. pom.xml : Need to add struts2 jquery plugin, grid plugin and json pluing as dependencies. <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.struts2.gridExample</groupId> <artifactId>Struts2GridExample</artifactId> <packaging>war</packaging> <version>1.0</version> <name>...