Help keep the page in the same region after Submit

Version: 4.1.1.00.23

Theme: Classic Blue

Page template: tabs in level one

Hello

I have 6 Classic reports on the page. Some have filters with of LOV in cascade and button to submit the Page after the filters are selected.

The Page reloads the top of the page after sending filters.

I would like to have the page remain on the region where the submission arrived if the user do not scroll to the region that they watch one or work with him.

I found this article: http://http :// www.apexninjas.com/blog/2011/02/stay-in-page-section-after-submit-on-same-apex-page-unconditional-branch-to-same-page-section/ of Apex Ninjas, but the page reload always at the top.

I also tried to put an anchor at the bottom of the Page template tag in the Body section after all the tags:

#LOGO #.
#REGION_POSITION_06 #.
#REGION_POSITION_07 #.#NAVIGATION_BAR #.
#REGION_POSITION_08 #.
#TAB_CELLS #.
#SUCCESS_MESSAGE # NOTIFICATION_MESSAGE # GLOBAL_NOTIFICATION #.
#BOX_BODY # REGION_POSITION_02 # REGION_POSITION_04 #.

#REGION_POSITION_03 #.
#REGION_POSITION_01 ##CUSTOMIZE #

I have a branch:

Present immediately after treatment

Target type of URL

URL of: f? p = & APP_ID.:124: & SESSION. : #APPLY_FILTERS_MPL_LT

But the Page still loads up and scrolling is necessary.

Can someone help me get this to work?

Can what information I provide?

Thank you

Joe

Tom,

The 'Skip' and 'submission' comes from the LOV cascading I.

Here are the lists of select Standard. The parent list is called ID wallet and the list of children is called project name. So, if a selected portfolio list project name code displays the project for this portfolio ID name. If no ID portfolio is selected then all the project name are displayed.  When checking for Session I knew if a wallet code has been selected, then the default ID, 'All' portfolio, has been selected Session still had the previous ID and therefore the Select project name list was empty.

What I don't understand is that when the default portfolio ID is selected, even if the 'Null' is set to 'Yes', and the default value has been set to 0 (zero), the Session was not updated when the default has been selected.

I changed the query on the Portfolio ID to:

SELECT 'All' d,0 r
FROM dual
UNION
SELECT portfolio_name, portfolio_id
FROM   portfolio
ORDER BY 1

The 'Skip' and 'submission' came from portfolio ID "Action when the changed value of the Page" Configuration. I had it set on 'Redirect and set the value. When I changed it back to "None (default)" and set 'Cascading item (s) Parent LOV' project name to the page item Portfolio ID and then the page started working as expected.  No more 'jump' or 'submit '!

Thank you very much for your help and your patience!

Let me know if you have any questions or comments, and if I can close this thread.

Thank you

Joe

Tags: Database

Similar Questions

Maybe you are looking for