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