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!

jQuery Append - Modal Screen Problem

Martin Giffy D'SouzaDec 16 2008 — edited Dec 18 2008
Hi,

I'm having a problem with modal screens and APEX. I can get the modal screen working but it is giving some unexpected behavior for the page items on submit. I have isolated it to the jQuery.append function. It seems that if I "move" a region with page items, after submit it messes up the item values.

For example, suppose I have the following regions and items:

REGIONA
- P1_APPLE

REGIONB
- P2_BANANA


I run the following javascript on P1:

$('#REGIONA').appendTo('#REGIONB');


I then enter "lots of apples" in P1_APPLE and click the Submit button.

When the page reloads, "lots of apples" appears in P2_BANANA.

Does anyone know why this is happening? Any work arounds?

Thank you,

Martin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2009
Added on Dec 16 2008
14 comments
3,745 views