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!

Refresh in general not firing

AdamJawsAug 3 2020 — edited Aug 3 2020

Hello,

I have a very simple application where I add an attachment through the modal page. Once the attachment is added it does not refresh the report page to show it , manual refresh will show it. I have a dynamic action set but it seems it is not being called. This is also occuring on another page were I am attempting to use 2 radio groups. They do not control the reports because it is not being refreshed on click as I had thought. I am thinking I am missing the same thing on all of these so any help would be appreciated.

Thank you,

pastedImage_2.png

Dynamic action currently in the attachment report page.

pastedImage_1.png

Refresh action defined.

This post has been answered by fac586 on Aug 3 2020
Jump to Answer

Comments

Your Linux is 64-bit, Java ME VM is 32-bit application, so 32-bit support libraries have to be installed before you can use ME SDK. This is actually described in docs: https://docs.oracle.com/javame/8.2/sdk-dev-guide/install.htm#sthref10

Docs has an example how to do it under Ubuntu, but under CentOS this also should not be a problem.

Please, also, note that CentOS is not officially supported platform.

1 - 1

Post Details

Added on Aug 3 2020
2 comments
654 views