$page = $_GET['page']; // get the requested page $limit = $_GET['rows']; // get how many rows we want to have into the grid $sidx = $_GET['sidx']; // get index row – i.e. user click to sort $sord = $_GET['sord']; // get the direction
How I import the Jakarta packages? I downloaded “commons-lang-2.4-bin.tar” from Jakarta site and I put in lib directory in my Apache but… How import in my server.jsp?