You need to sign in to do that
Don't have an account?

Visualforce component is not getting refreshed in side visualforce page
Hi,
I have added Component inside visualforce page. The component contains page block table. In visualforce page i have implemented pagination using StandardSetController outside of component. Now, when i clicked on next button, i want to refresh component with new values. But component do not getting refreshed. i have added reRender tag in next button and added component id in rerender.
Have you tried wrapping your component with an <apex:actionRegion> section and pointing the button's rerender to its Id?
Hi Kyle Bentsen,
i have tried <apex:actionRegion> also, still its not working.