timithy3 / jqgrid-for-plsql

Automatically exported from code.google.com/p/jqgrid-for-plsql
0 stars 0 forks source link

Not getting data in grid #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I installed demo app 100, and apex demo app since it is required, 
jqgrid-for-plsql, and i think all got everything ok. 
But, i am getting 4 errors on the page. This is from Firebug:
1)syntax error -  var rs = eval (());\n
2)rs is not defined -  for ( var i = 0 ; i < rs.ROWSET.length ; i++ ) { 
3)syntax error -  var rs = eval (());\n
4)rs is not defined -  for ( var i = 0 ; i < rs.ROWSET.length ; i++ ) { 

I do have some data in my table.

In grid no.2 i am also getting this error:
ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing 
LPX-00601: Invalid token in: '*[count(../*[name(../*)=name(.)])=count(../*) and 
count(../*);1]' 

What version of the product are you using? On what operating system?
Firefox 3.6.6, Apex 3.2, Oracle DB 11gR2 on Linux64, client on Windows XP

Thanks and I hope you keep up the good work!

Original issue reported on code.google.com by hitte...@gmail.com on 19 Jul 2010 at 1:05

GoogleCodeExporter commented 8 years ago
I read the first post about getting prompted during the install. I found that 
these two packages were different between the supplied ones and my installed 
ones due to the prompting for arguments during the running of the install 
script. I just hit the button which installed nulls into the script instead of 
the intended values.

As it is stated, run the install script using "set scan off;"
or do as I did after the install, I pasted the body into APEX SQL Workshop and 
compiled.
package body jqgrid_pkg
package body json_util_pkg

I got data immediately for page2 "Grid Number Two" but I still have no data for 
the "My Grid" and the "Testing jQGrid from PL/SQL !"

Original comment by bcarlis_...@yahoo.com on 17 Oct 2010 at 10:21

GoogleCodeExporter commented 8 years ago

Original comment by thehunge...@gmail.com on 22 May 2012 at 9:00