XML Parsing Error: no element found Location: moz-nullprincipal
In one of the applications I am trying to run a simple piece of code:
[function f_setItem (pItem)
{
var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=dummy',&APP_PAGE_ID.);
get.add(pItem,$x(pItem).value)
gReturn = get.get();
get = null;
}]
This code is throwing an error in Firebug:
XML Parsing Error: no element found Location: moz-nullprincipal
The application process is there and the page item I am setting is there.
Any ideas why?
Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.apress.com/9781430235125
http://apex.oracle.com/pls/otn/f?p=31517:1
http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
-------------------------------------------------------------------