Page 1 of 1

How do I go back without doing a page refresh?

Posted: Wed Sep 17, 2014 3:03 pm
by Bryan Morrow

I've got a screen that has a list that populates off a db service. Takes a little bit of time to build that list. When they click a list item, it goes to another page with a report for the selected item. I have a back button on this page in the header (autogenerated) , when I hit back, it reloads the page with the list. Is there a way not to reload/refresh the page so it doesn't have to build this list each time?


How do I go back without doing a page refresh?

Posted: Wed Sep 17, 2014 3:33 pm
by Evgene Karachevtsev

Hello Bryan,

1) You may use the render in html and hang the query to the database on the page load (not on the show). When there is the render in html, page load will trigger only once, but it might hurt the functionality of the other pages.
2) You may save response service and next time not to make a request to the database and use that saved response. Please read more here: http://devcenter.appery.io/documentat...