Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Refresh in general not firing

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,
Dynamic action currently in the attachment report page.
Refresh action defined.
Best Answer
-
AdamJaws wrote:Hello
Great to see you back!
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.
Dynamic action currently in the attachment report page.
Refresh action defined.
A few things to consider:
- Do the target regions actually support PPR? They have to be classic reports (with the PPR attribute enabled), interactive reports, list views, charts, or region plug-ins with PPR support.
- Do the target regions have a region template with a placeholder for region ID or static ID substitution? Regions with no template cannot be refreshed.
- Do the target regions reference all of the page items they are dependent on in their source Page Items to Submit property?
- Are the components used to open the dialog contained within the "Attachments" region?
Answers
-
AdamJaws wrote:Hello
Great to see you back!
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.
Dynamic action currently in the attachment report page.
Refresh action defined.
A few things to consider:
- Do the target regions actually support PPR? They have to be classic reports (with the PPR attribute enabled), interactive reports, list views, charts, or region plug-ins with PPR support.
- Do the target regions have a region template with a placeholder for region ID or static ID substitution? Regions with no template cannot be refreshed.
- Do the target regions reference all of the page items they are dependent on in their source Page Items to Submit property?
- Are the components used to open the dialog contained within the "Attachments" region?
-
fac586 wrote:AdamJaws wrote:HelloGreat to see you back!Thanks, I have switched roles at the company but due to present global issues I have been given a couple things to work on inside Apex. I was hoping I could copy a lot from the previous appiclation, which was working at first. Just got caught up on this.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.
Dynamic action currently in the attachment report page.
Refresh action defined.
A few things to consider:
- Do the target regions actually support PPR? They have to be classic reports (with the PPR attribute enabled), interactive reports, list views, charts, or region plug-ins with PPR support.
- Do the target regions have a region template with a placeholder for region ID or static ID substitution? Regions with no template cannot be refreshed.
- Do the target regions reference all of the page items they are dependent on in their source Page Items to Submit property?
- Are the components used to open the dialog contained within the "Attachments" region?
I never noticed that the regions could not be supported. My thought was since I copied the page over and just changed the sources it would be basically the same thing. Adding this to things to check when making the new regions.
Once I checked the attachments region and added the page item to submit to the static ID it worked just fine.
Thank you,