Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML Parsing Error: no element found Location: moz-nullprincipal

Denes KubicekSep 20 2012 — edited Oct 8 2012
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
-------------------------------------------------------------------
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2012
Added on Sep 20 2012
12 comments
3,719 views