salesforce - Visualforce Page navigation issue -
i have pretty long visual force page in application have requirement save automatically every 60 sec seconds.so whenever save page cursor goes top of page instead of being present.can give me answer on how handle issue?
use javascript remoting instead of apex:actionpoller. javascript remoting doesn't invoke page refresh automatically. set timer in javascript using setinterval() , when fires javascript method, call apex save method saving want there.
Comments
Post a Comment