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!

What is WWV_FLOW.ACCEPT?

jonblakeMar 28 2010 — edited Mar 29 2010
I have installed Oracle Application Express, and I'm working through how the Database Express Edition login dialog works. The login form specifies action="wwv_flow.accept", and the login button's onClick event executes function doSubmit which I can find defined in htmldb_html_elements.js. The function executes document.wwv_flow.submit().

Can anyone advise specifically what action "wwv_flow.accept" is? It's not an actioning form in the sense that I understand the action parameter of a form. And document.wwv_flow.submit() looks like a js procedure - where is this defined?

TIA,
Jon
This post has been answered by Arie Geller on Mar 28 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2010
Added on Mar 28 2010
5 comments
6,201 views