Skip to Main Content

Java Development Tools

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!

Action and ActionListener cause the page to reload ?

Salman5Mar 12 2014 — edited Mar 12 2014

I have a lengthy page where the user have to scroll down to go through all page component. in the page I have a button when the user press it the value of some text box will be added to ADF table where the user can see it in the page.

Problem is when the user press the button the page get reload; that is when the button is pressed the control goes to the beginning of the page. I tried to use Action and ActionListener (each one separately) and still I am getting the same result.

Any ideas to prohibit the control to go back to the beginning of the page since it is not user friendly.

I am using Jdeveloper 11.1.2.3 with ADF Technology and JSF pages

This post has been answered by Cvele_new_account on Mar 12 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2014
Added on Mar 12 2014
2 comments
315 views