Oracle Application Express (MOSC)

MOSC Banner

Trouble on "apex.submit"

edited Dec 8, 2011 10:00PM in Oracle Application Express (MOSC) 1 commentAnswered
Hello everybody,

I'm new to Apex but I have to maintain an already existing apex application. My problem is, that a page is reloading itself in a loop because "apex.submit('P0_OS_USER');" does not seem to reload the same page with the current value of 'P0_OS_USER''. Can you give me some advice?

This Apex.Submit is embedded in "Function an Global Variable Declaration" of Java Script  Body:

function transfer(l_userdomain,l_user,l_host)
  {
document.getElementById('P0_OS_USER').readOnly = "true";
document.getElementById('P0_OS_USER').style.display="none";
if(document.getElementById('P0_OS_USER').value != l_user)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center