We are currently utilizing Struts v2.5.33 and pqGrid v7.3.0. When we are working within the tab and attempt to call a modal that contains a grid it throws an error. The tabs and modal open when we comment out the line $grid = $("#gridSelector").pqGrid(obj); within the modal. So we know the tabs and modal work, but once paramquery is introduced it fails. We have the same modal work on other pages without the struts tabs functionality. The error in the browser is as follows that points to the call of the rendering of the tab that contains the modal and paramquery:
VM158:59 Uncaught SyntaxError: Unexpected token ';'
at eval (<anonymous>)
at Function.globalEval (jquery-2.2.4.min.js:2:2640)
at ua (jquery-2.2.4.min.js:3:13257)
at n.fn.init.append (jquery-2.2.4.min.js:3:14539)
at n.fn.init.<anonymous> (jquery-2.2.4.min.js:3:15641)
at K (jquery-2.2.4.min.js:2:30342)
at n.fn.init.html (jquery-2.2.4.min.js:3:15322)
at <anonymous>:23:30
Has this been seen before or has a possible solution within paramquery?